@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
.lg-md {
  display: none;
}
@media screen and (min-width: 650px) and (max-width: 1023px) {
  .lg-md {
    display: block;
  }
}

.lg-md_none {
  display: block;
}
@media screen and (min-width: 650px) and (max-width: 1023px) {
  .lg-md_none {
    display: none;
  }
}

.lg-sm_none {
  display: block;
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .lg-sm_none {
    display: none;
  }
}

.xl_down {
  display: none !important;
}
@media screen and (max-width: 1365px) {
  .xl_down {
    display: block !important;
  }
}

.xl_up {
  display: none !important;
}
@media screen and (min-width: 1366px) {
  .xl_up {
    display: block !important;
  }
}

.xl-lg {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .xl-lg {
    display: block;
  }
}

.lg_down {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .lg_down {
    display: block !important;
  }
}

.lg_up {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .lg_up {
    display: block !important;
  }
}

.md-sm_none {
  display: block;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .md-sm_none {
    display: none;
  }
}

.tb_down {
  display: none !important;
}
@media screen and (max-width: 649px) {
  .tb_down {
    display: block !important;
  }
}

.tb_up {
  display: none !important;
}
@media screen and (min-width: 650px) {
  .tb_up {
    display: block !important;
  }
}

.sm_down {
  display: none !important;
}
@media screen and (max-width: 479px) {
  .sm_down {
    display: block !important;
  }
}

/* サイト設計 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
body {
  letter-spacing: calc(0.12 * 1em);
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: calc(0.12 * 1em);
  }
}
body {
  color: #251e1c;
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #f0ebd9;
}
body img {
  width: 100%;
  height: auto;
}

.page__large {
  margin: 0 auto;
  max-width: 1080px;
  width: 79vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .page__large {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .page__large {
    padding: 0 20px;
  }
}
@media screen and (max-width: 479px) {
  .page__large {
    width: 89.33vw;
    padding: 0;
  }
}
.page__medium {
  margin: 0 auto;
  max-width: 972px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .page__medium {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 479px) {
  .page__medium {
    padding: 0;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

header .header__logo {
  position: absolute;
  left: 0;
  top: 30px;
  max-width: 140px;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  header .header__logo {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  header .header__logo {
    position: static;
    max-width: 120px;
    margin-top: 16px;
  }
}

.mv {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .mv {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    max-width: none;
    height: auto;
  }
}
.mv__wrapper {
  position: relative;
}
.mv__box {
  width: fit-content;
  padding: 160px 0 24px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .mv__box {
    padding: 128px 0 24px;
  }
}
@media screen and (max-width: 1023px) {
  .mv__box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv__box {
    width: 100%;
    padding: 100px 0 24px;
  }
}
@media screen and (max-width: 479px) {
  .mv__box {
    padding: 80px 0 24px;
  }
}
.mv .mv-eyebrow {
  width: fit-content;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  top: -95px;
  left: 26px;
  z-index: -1;
}
@media screen and (max-width: 1365px) {
  .mv .mv-eyebrow {
    top: -64px;
  }
}
@media screen and (max-width: 1023px) {
  .mv .mv-eyebrow {
    left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow {
    top: -82px;
  }
}
@media screen and (max-width: 479px) {
  .mv .mv-eyebrow {
    width: 97%;
    margin-right: 0;
    margin-left: auto;
    justify-content: space-between;
    align-items: flex-start;
    top: -74px;
    left: auto;
    right: 0;
  }
}
.mv .mv-eyebrow__sub {
  width: 140px;
  height: 140px;
  display: grid;
  place-content: center;
  background-color: #f7de33;
  text-align: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  padding-top: 24px;
  position: relative;
  transform: rotate(-10deg);
}
@media screen and (max-width: 1365px) {
  .mv .mv-eyebrow__sub {
    width: 110px;
    height: auto;
    aspect-ratio: 1/1;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__sub {
    width: 100px;
  }
}
@media screen and (max-width: 479px) {
  .mv .mv-eyebrow__sub {
    width: 90px;
  }
}
.mv .mv-eyebrow__sub::before {
  content: "";
  position: absolute;
  width: 69px;
  height: 26px;
  background-image: url("../images/text-decoration.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1365px) {
  .mv .mv-eyebrow__sub::before {
    width: 49%;
    height: 19%;
    top: 8%;
    left: 51%;
  }
}
.mv .mv-eyebrow__sub p {
  font-size: 24px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__sub p {
    font-size: 14px;
    line-height: 1.2857142857 !important;
  }
}
.mv .mv-eyebrow__sub p {
  letter-spacing: calc(0.02 * 1em);
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__sub p {
    letter-spacing: calc(0.02 * 1em);
  }
}
.mv .mv-eyebrow__sub p {
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  .mv .mv-eyebrow__sub p {
    font-size: 18px;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__sub p {
    font-size: 16px;
    line-height: 20px !important;
  }
}
@media screen and (max-width: 479px) {
  .mv .mv-eyebrow__sub p {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 479px) and (max-width: 767px) {
  .mv .mv-eyebrow__sub p {
    font-size: 14px;
    line-height: 1.2857142857 !important;
  }
}
.mv .mv-eyebrow__sub span {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__sub span {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
.mv .mv-eyebrow__sub span {
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .mv .mv-eyebrow__sub span {
    font-size: 14px;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__sub span {
    line-height: 20px !important;
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mv .mv-eyebrow__sub span {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
.mv .mv-eyebrow__sub--exclamation {
  font-size: 23px !important;
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__sub--exclamation {
    font-size: 13px !important;
  }
}
.mv .mv-eyebrow__main {
  width: 330px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  margin-bottom: 20px;
  border-bottom: 1px solid #251e1c;
  border-right: 1px solid #251e1c;
  background-color: #f7de33;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .mv .mv-eyebrow__main {
    width: 300px;
    height: 64px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__main {
    width: 240px;
    height: auto;
    aspect-ratio: 3.968/1;
    margin-top: 4px;
  }
}
@media screen and (max-width: 479px) {
  .mv .mv-eyebrow__main {
    width: 225px;
  }
}
.mv .mv-eyebrow__main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 24px 0 0;
  border-color: #251e1c transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__main::before {
    border-width: 12px 18px 0 0;
  }
}
.mv .mv-eyebrow__main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 24px 0 0;
  border-color: #f7de33 transparent transparent;
  translate: calc(-50% - 2px) 100%;
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__main::after {
    border-width: 12px 18px 0 0;
  }
}
.mv .mv-eyebrow__main p {
  font-size: 22px;
  line-height: 0.7272727273;
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__main p {
    font-size: 15px;
    line-height: 1 !important;
  }
}
.mv .mv-eyebrow__main p {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__main p {
    letter-spacing: calc(0.05 * 1em);
  }
}
.mv .mv-eyebrow__main p {
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  .mv .mv-eyebrow__main p {
    font-size: 18px;
    line-height: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__main p {
    font-size: 15px;
    line-height: 15px !important;
  }
}
.mv .mv-eyebrow__main span {
  font-size: 18px;
  line-height: 0.8888888889;
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__main span {
    font-size: 12px;
    line-height: 0.6666666667 !important;
  }
}
.mv .mv-eyebrow__main span {
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .mv .mv-eyebrow__main span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__main span {
    font-size: 12px;
  }
}
.mv .mv-eyebrow__main--point {
  display: inline-block;
  font-size: 36px !important;
  margin: auto 10px;
  position: relative;
  color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 1365px) {
  .mv .mv-eyebrow__main--point {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__main--point {
    font-size: 25px !important;
  }
}
.mv .mv-eyebrow__main--point span {
  font-size: 18px;
  line-height: 0.8888888889;
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__main--point span {
    font-size: 12px;
    line-height: 1.25 !important;
  }
}
.mv .mv-eyebrow__main--point span {
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .mv .mv-eyebrow__main--point span {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-eyebrow__main--point span {
    font-size: 12px !important;
  }
}
.mv .mv-eyebrow__main--point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
  -webkit-transform: translate(-50%, -47%);
  -ms-transform: translate(-50%, -47%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #cb1e57;
  z-index: -1;
}
@media screen and (max-width: 1365px) {
  .mv .mv-eyebrow__main--point::before {
    width: 160%;
    height: auto;
    aspect-ratio: 1/1;
    top: 48%;
  }
}
.mv .mv-title {
  width: 49vw;
  max-width: 675px;
}
@media screen and (max-width: 1023px) {
  .mv .mv-title {
    width: 54vw;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-title {
    width: 100%;
    max-width: 600px;
  }
}
.mv .mv-title img {
  width: 100%;
  height: auto;
}
.mv .mv-text {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .mv .mv-text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1365px) {
  .mv .mv-text__main {
    position: relative;
    z-index: 2;
  }
}
.mv .mv-text__main p {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .mv .mv-text__main p {
    font-size: 16px;
    line-height: 1.75 !important;
  }
}
.mv .mv-text__main p {
  letter-spacing: calc(0.1 * 1em);
}
@media screen and (max-width: 767px) {
  .mv .mv-text__main p {
    letter-spacing: calc(0.02 * 1em);
  }
}
.mv .mv-text__main p {
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  .mv .mv-text__main p {
    font-size: 16px;
    letter-spacing: calc(0.08 * 1em);
  }
}
@media screen and (max-width: 1365px) and (max-width: 767px) {
  .mv .mv-text__main p {
    letter-spacing: calc(0.08 * 1em);
  }
}
@media screen and (max-width: 1023px) {
  .mv .mv-text__main p {
    letter-spacing: calc(0.04 * 1em);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .mv .mv-text__main p {
    letter-spacing: calc(0.04 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-text__main p {
    letter-spacing: calc(0.02 * 1em);
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mv .mv-text__main p {
    letter-spacing: calc(0.02 * 1em);
  }
}
@media screen and (max-width: 479px) {
  .mv .mv-text__main p {
    text-align: left;
  }
}
.mv .mv-text__main--point {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .mv .mv-text__main--point {
    font-size: 18px;
    line-height: 1.5555555556 !important;
  }
}
.mv .mv-text__main--point {
  background-image: radial-gradient(circle at center, #cb1e57 10%, transparent 16%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.1em 1.1em;
  padding-top: 0.7em;
}
@media screen and (max-width: 1365px) {
  .mv .mv-text__main--point {
    background-size: 1.07em 1.2em;
  }
}
@media screen and (max-width: 1023px) {
  .mv .mv-text__main--point {
    font-size: 18px;
    background-size: 1.04em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-text__main--point {
    background-size: 1.02em 1.2em;
  }
}
.mv .mv-text__main--strong {
  font-size: 26px;
  line-height: 1.3076923077;
}
@media screen and (max-width: 767px) {
  .mv .mv-text__main--strong {
    font-size: 18px;
    line-height: 1.5555555556 !important;
  }
}
.mv .mv-text__main--strong {
  color: #cb1e57;
}
@media screen and (max-width: 1365px) {
  .mv .mv-text__main--strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .mv .mv-text__main--strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-text__main--strong {
    font-size: 18px;
  }
}
.mv .mv-text__main--strong:last-of-type {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.mv .mv-text__main--strong:last-of-type::after {
  position: absolute;
  content: "";
  background-image: url("../images/mv-chair.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 53px;
  height: 57px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  -webkit-transform: translate(-50%, -62%);
  -ms-transform: translate(-50%, -62%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv .mv-text__main--strong:last-of-type::after {
    transform: scale(-1, 1) translate(0, -62%) rotate(-20deg);
    -webkit-transform: scale(-1, 1) translate(0, -62%) rotate(-20deg);
    -ms-transform: scale(-1, 1) translate(0, -62%) rotate(-20deg);
  }
}
@media screen and (max-width: 479px) {
  .mv .mv-text__main--strong:last-of-type::after {
    transform: translate(-50%, -62%);
    -webkit-transform: translate(-50%, -62%);
    -ms-transform: translate(-50%, -62%);
  }
}
.mv .mv-nav {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 1365px) {
  .mv .mv-nav {
    gap: 20px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .mv .mv-nav {
    gap: 16px;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 479px) {
  .mv .mv-nav {
    display: block;
    margin-top: 16px;
    gap: 10px;
  }
}
.mv .mv-nav__item {
  background-color: #ffffff;
  color: #e3556f;
  border: 1px solid #e3556f;
  border-left: 8px solid #e3556f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 16px;
  position: relative;
  transition: 0.8s;
}
@media screen and (max-width: 1023px) {
  .mv .mv-nav__item {
    height: 72px;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .mv .mv-nav__item {
    height: 61px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-nav__item:last-child {
    margin-top: 14px;
  }
}
.mv .mv-nav__item:last-child p {
  padding-top: 8px;
}
.mv .mv-nav__item:hover .mv-nav__circle {
  background-color: #e3556f;
  transition: 0.5s;
}
.mv .mv-nav__item:hover .mv-nav__circle::after {
  background-color: #ffffff;
}
.mv .mv-nav__item p {
  font-size: 16px;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .mv .mv-nav__item p {
    font-size: 15px;
    line-height: 1.0666666667 !important;
  }
}
.mv .mv-nav__item p {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .mv .mv-nav__item p {
    letter-spacing: calc(0.05 * 1em);
  }
}
.mv .mv-nav__item p {
  text-align: center;
  font-weight: 700;
  width: 246px;
}
@media screen and (max-width: 1365px) {
  .mv .mv-nav__item p {
    width: 176px;
  }
}
@media screen and (max-width: 1023px) {
  .mv .mv-nav__item p {
    width: auto;
    margin: 0 auto;
  }
}
.mv .mv-nav__item-eyebrow {
  width: 190px;
  height: 24px;
  background-color: #e3556f;
  color: #ffffff;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv .mv-nav__item-eyebrow {
    font-size: 12px;
    line-height: 1 !important;
  }
}
.mv .mv-nav__item-eyebrow {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .mv .mv-nav__item-eyebrow {
    letter-spacing: calc(0.05 * 1em);
  }
}
.mv .mv-nav__item-eyebrow {
  text-align: center;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: absolute;
  top: -12px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .mv .mv-nav__item-eyebrow {
    top: -10px;
    left: 6px;
  }
}
@media screen and (max-width: 479px) {
  .mv .mv-nav__item-eyebrow {
    left: 16px;
  }
}
.mv .mv-nav__item-eyebrow::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 28px;
  clip-path: polygon(0 0, 100% 100%, 90% 0);
  background-color: #e3556f;
  width: 13px;
  height: 13px;
}
.mv .mv-nav__circle {
  width: 36px;
  height: 36px;
  border: 1px solid #e3556f;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv .mv-nav__circle {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 479px) {
  .mv .mv-nav__circle {
    width: 8%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.mv .mv-nav__circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  width: 10px;
  height: 6px;
  background-color: #e3556f;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .mv .mv-nav__circle::after {
    width: 28%;
    height: 16%;
  }
}
.mv__ribbon {
  position: absolute;
  bottom: 24px;
  right: -40px;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  max-width: 413px;
  width: 38%;
}
@media screen and (max-width: 1023px) {
  .mv__ribbon {
    bottom: 112px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv__ribbon {
    position: static;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    width: 78%;
  }
}
.mv__ribbon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .mv__image-spwrap {
    width: calc(80vw - 60px);
    aspect-ratio: 334/360;
    position: relative;
    margin: -80px auto -140px;
  }
}
@media screen and (max-width: 649px) {
  .mv__image-spwrap {
    margin: -72px auto -120px;
  }
}
@media screen and (max-width: 479px) {
  .mv__image-spwrap {
    width: 100%;
    margin: -72px 0 -80px;
  }
}
.mv__image01 {
  position: absolute;
  top: 50%;
  transform: translateY(-100%) rotate(8deg);
  -webkit-transform: translateY(-100%) rotate(8deg);
  -ms-transform: translateY(-100%) rotate(8deg);
  right: 21%;
  animation: fadeIn01 1.5s ease 0s 1 normal backwards;
  z-index: -2;
  max-width: 300px;
  width: 22%;
  aspect-ratio: 400/433;
}
@media screen and (max-width: 1023px) {
  .mv__image01 {
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .mv__image01 {
    max-width: none;
    top: 3%;
    right: 12%;
    width: 32vw;
    height: auto;
    transform: rotate(8deg);
    animation: fadeInSp01 1.5s ease 0s 1 normal backwards;
  }
}
@media screen and (max-width: 479px) {
  .mv__image01 {
    width: 40vw;
  }
}
.mv__image01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@keyframes fadeIn01 {
  from {
    transform: translate(100vw, -100vh) rotate(188deg);
  }
  to {
    transform: translateY(-100%) rotate(8deg);
    -webkit-transform: translateY(-100%) rotate(8deg);
    -ms-transform: translateY(-100%) rotate(8deg);
  }
}
@keyframes fadeInSp01 {
  from {
    transform: translate(100vw, -100vh) rotate(188deg);
  }
  to {
    transform: translateY(0) rotate(8deg);
    -webkit-transform: translateY(0) rotate(8deg);
    -ms-transform: translateY(0) rotate(8deg);
  }
}
.mv__image01::after {
  position: absolute;
  content: "";
  top: 18%;
  right: -52%;
  background-image: url("../images/mv01-text.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 81.1%;
  height: 100%;
  transform: rotate(-8deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__image01::after {
    top: auto;
    bottom: 18%;
    right: -30%;
    background-image: url("../images/mv01-text_sp.png");
    width: 63%;
    height: 35%;
  }
}
.mv__image02 {
  position: absolute;
  top: 50%;
  transform: translateY(-19%) rotate(14deg);
  -webkit-transform: translateY(-19%) rotate(14deg);
  -ms-transform: translateY(-19%) rotate(14deg);
  right: 8%;
  animation: fadeIn02 1.5s ease 0s 1 normal backwards;
  z-index: -3;
  max-width: 320px;
  width: 24%;
  aspect-ratio: 400/433;
}
@media screen and (max-width: 1023px) {
  .mv__image02 {
    top: 42%;
  }
}
@media screen and (max-width: 767px) {
  .mv__image02 {
    max-width: none;
    bottom: 0;
    right: -2%;
    width: 36vw;
    height: auto;
    transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    animation: fadeInSp02 1.5s ease 0s 1 normal backwards;
  }
}
@media screen and (max-width: 479px) {
  .mv__image02 {
    width: 45vw;
  }
}
.mv__image02 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@keyframes fadeIn02 {
  from {
    transform: translate(100vw, 0) rotate(-166deg);
  }
  to {
    transform: translateY(-19%) rotate(14deg);
    -webkit-transform: translateY(-19%) rotate(14deg);
    -ms-transform: translateY(-19%) rotate(14deg);
  }
}
@keyframes fadeInSp02 {
  from {
    transform: translate(100vw, 0) rotate(-166deg);
  }
  to {
    transform: translateY(0) rotate(14deg);
    -webkit-transform: translateY(0) rotate(14deg);
    -ms-transform: translateY(0) rotate(14deg);
  }
}
.mv__image02::after {
  position: absolute;
  content: "";
  top: -4%;
  right: -6%;
  background-image: url("../images/mv02-text.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 57.3%;
  height: 100%;
  transform: rotate(-14deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__image02::after {
    top: 14%;
    right: 8%;
    background-image: url("../images/mv02-text_sp.png");
    width: 58%;
    height: 24%;
  }
}
.mv__image03 {
  position: absolute;
  top: 50%;
  transform: translateY(-24%) rotate(-14deg);
  -webkit-transform: translateY(-24%) rotate(-14deg);
  -ms-transform: translateY(-24%) rotate(-14deg);
  right: 31%;
  animation: fadeIn03 1.5s ease 0s 1 normal backwards;
  z-index: -1;
  max-width: 340px;
  width: 25%;
  aspect-ratio: 400/433;
}
@media screen and (max-width: 1023px) {
  .mv__image03 {
    top: 44%;
  }
}
@media screen and (max-width: 767px) {
  .mv__image03 {
    max-width: none;
    top: auto;
    bottom: 13%;
    right: auto;
    left: -6%;
    width: 40vw;
    height: auto;
    transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    animation: fadeInSp03 1.5s ease 0s 1 normal backwards;
  }
}
@media screen and (max-width: 479px) {
  .mv__image03 {
    width: 51vw;
  }
}
.mv__image03 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@keyframes fadeIn03 {
  from {
    transform: translate(100vw, 0) rotate(166deg);
  }
  to {
    transform: translateY(-24%) rotate(-14deg);
    -webkit-transform: translateY(-24%) rotate(-14deg);
    -ms-transform: translateY(-24%) rotate(-14deg);
  }
}
@keyframes fadeInSp03 {
  from {
    transform: translate(-100vw, 0) rotate(166deg);
  }
  to {
    transform: translate(0, 0) rotate(-14deg);
  }
}
.mv__image03::after {
  position: absolute;
  content: "";
  top: 20%;
  left: 0;
  background-image: url("../images/mv03-text.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 37.9%;
  height: 100%;
  transform: rotate(14deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__image03::after {
    top: 18%;
    left: 18%;
    background-image: url("../images/mv03-text_sp.png");
    width: 38%;
    height: 18%;
  }
}

.zoom {
  animation: zoom 1s 1 0s forwards ease;
  animation-fill-mode: forwards;
}

.jump-01 {
  animation: jump 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1.6s;
  opacity: 0;
  will-change: transform;
}

.jump-02 {
  animation: jump 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 2s;
  opacity: 0;
  will-change: transform;
}

.jump-03 {
  animation: jump 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 2.4s;
  opacity: 0;
  will-change: transform;
}

.fadein-left {
  opacity: 0;
  transform: translateX(-25px);
  animation: fadeInLeft 0.6s 1.2s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .fadein-left {
    animation: fadeInLeftSp 0.6s 1.2s ease-out forwards;
  }
}

/* フェードイン(初期値) */
.fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity 1s, transform 1s; /* 透過率と縦方向の移動を1秒 */
}

/* フェードイン(スクロールした後) */
.fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
}

@keyframes jump {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-25px) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(3deg);
  }
}
@keyframes fadeInLeftSp {
  0% {
    opacity: 0;
    transform: translateX(-25px) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(-3deg);
  }
}
.bar {
  background-color: #e3556f;
  padding: 32px 0;
  position: relative;
}
.bar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  top: 8px;
}
.bar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  bottom: 8px;
}
.bar__title p {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bar__title p {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
.bar__title p {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .bar__title p {
    letter-spacing: calc(0.01 * 1em);
  }
}
.bar__title p {
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .bar__title p {
    display: block;
    line-height: 36px;
    font-size: 16px;
    letter-spacing: calc(0.01 * 1em);
  }
}
@media screen and (max-width: 1365px) and (max-width: 767px) {
  .bar__title p {
    letter-spacing: calc(0.01 * 1em);
  }
}
.bar__title p img {
  width: auto;
  height: 31px;
}
@media screen and (max-width: 1365px) {
  .bar__title p img {
    vertical-align: text-bottom;
    height: 28px;
  }
}
@media screen and (max-width: 649px) {
  .bar__title p img {
    height: 22px;
  }
}
.bar__title--main {
  position: relative;
  height: fit-content;
  width: fit-content;
  margin: 0 auto;
}
.bar__title--main::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  left: -14px;
  bottom: 0;
  transform: rotate(-20deg);
}
@media screen and (max-width: 649px) {
  .bar__title--main::before {
    width: 1px;
    height: 70%;
    left: -8px;
  }
}
.bar__title--main::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  right: -14px;
  bottom: 0;
  transform: rotate(20deg);
}
@media screen and (max-width: 649px) {
  .bar__title--main::after {
    width: 1px;
    height: 70%;
    right: -8px;
  }
}
.bar__title--note {
  margin-top: 16px;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1365px) {
  .bar__title--note {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .bar__title--note {
    margin-top: 16px;
    font-size: 12px !important;
    line-height: 10px !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 479px) {
  .bar__title--note {
    text-align: left !important;
    margin-top: 10px;
  }
}
.bar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}
@media screen and (max-width: 1365px) {
  .bar__wrapper {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .bar__wrapper {
    margin-top: 16px;
    align-items: stretch;
  }
}
@media screen and (max-width: 649px) {
  .bar__wrapper {
    display: block;
    margin-top: 16px;
  }
}
.bar__wrapper .bar-box {
  width: 518px;
  height: 246px;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .bar__wrapper .bar-box {
    width: 48.6%;
  }
}
@media screen and (max-width: 1023px) {
  .bar__wrapper .bar-box {
    height: auto;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 649px) {
  .bar__wrapper .bar-box {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 649px) {
  .bar__wrapper .bar-box:last-child {
    margin-top: 16px;
  }
}
.bar__wrapper .bar-box:last-child .bar-box__text {
  margin: 24px 0 0 120px;
}
@media screen and (max-width: 1365px) {
  .bar__wrapper .bar-box:last-child .bar-box__text {
    margin: 32px 0 0 104px;
  }
}
@media screen and (max-width: 1023px) {
  .bar__wrapper .bar-box:last-child .bar-box__text {
    margin: 32px auto 16px 25%;
  }
}
@media screen and (max-width: 649px) {
  .bar__wrapper .bar-box:last-child .bar-box__text {
    margin: 24px auto auto 27%;
  }
}
@media screen and (max-width: 1365px) {
  .bar__wrapper .bar-box:last-child .bar-box__text img {
    position: absolute;
    left: 9%;
  }
}
@media screen and (max-width: 1023px) {
  .bar__wrapper .bar-box:last-child .bar-box__text img {
    left: 6%;
  }
}
@media screen and (max-width: 649px) {
  .bar__wrapper .bar-box:last-child .bar-box__text img {
    position: static;
  }
}
@media screen and (max-width: 615px) {
  .bar__wrapper .bar-box:last-child .bar-box__text img {
    position: absolute;
    left: 12%;
  }
}
@media screen and (max-width: 479px) {
  .bar__wrapper .bar-box:last-child .bar-box__text img {
    position: absolute;
    left: 9%;
  }
}
.bar__wrapper .bar-box:last-child .bar-box__note {
  margin: 16px auto 0;
}
@media screen and (max-width: 1365px) {
  .bar__wrapper .bar-box:last-child .bar-box__note {
    margin: 88px 0 0 24px;
  }
}
@media screen and (max-width: 1023px) {
  .bar__wrapper .bar-box:last-child .bar-box__note {
    margin: 72px auto 0;
  }
}
@media screen and (max-width: 649px) {
  .bar__wrapper .bar-box:last-child .bar-box__note {
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 615px) {
  .bar__wrapper .bar-box:last-child .bar-box__note {
    margin: 72px auto 0;
  }
}
.bar__wrapper .bar-box__label {
  position: absolute;
  left: 8px;
  top: -3px;
  background-color: #f7de33;
  width: 80px;
  height: 112px;
  display: grid;
  place-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  padding-bottom: 14px;
}
@media screen and (max-width: 1365px) {
  .bar__wrapper .bar-box__label {
    width: 18%;
    height: auto;
    aspect-ratio: 1/1.4;
  }
}
@media screen and (max-width: 1023px) {
  .bar__wrapper .bar-box__label {
    width: 20%;
    max-width: 70px;
    left: 4px;
  }
}
@media screen and (max-width: 649px) {
  .bar__wrapper .bar-box__label {
    width: 72px;
    left: 8px;
  }
}
@media screen and (max-width: 479px) {
  .bar__wrapper .bar-box__label {
    width: 19.4%;
    min-height: 64px;
    left: 8px;
  }
}
.bar__wrapper .bar-box__label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(0 40%, 100% 40%, 100% 75%, 50% 100%, 0 75%);
  left: 0;
  bottom: 5px;
  z-index: -1;
}
@media screen and (max-width: 649px) {
  .bar__wrapper .bar-box__label::before {
    bottom: 4px;
  }
}
.bar__wrapper .bar-box__label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f7de33;
  clip-path: polygon(0 40%, 100% 40%, 100% 75%, 50% 100%, 0 75%);
  left: 0;
  bottom: 6px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bar__wrapper .bar-box__label::after {
    bottom: 5px;
  }
}
.bar__wrapper .bar-box__label img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 1365px) {
  .bar__wrapper .bar-box__label img {
    width: 54px;
  }
}
@media screen and (max-width: 1023px) {
  .bar__wrapper .bar-box__label img {
    width: 44px;
  }
}
@media screen and (max-width: 649px) {
  .bar__wrapper .bar-box__label img {
    width: 74%;
    margin: 0 auto;
  }
}
.bar__wrapper .bar-box__title {
  height: 30px;
  background-color: #251e1c;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bar__wrapper .bar-box__title {
    font-size: 15px;
    line-height: 1 !important;
  }
}
.bar__wrapper .bar-box__title {
  letter-spacing: calc(0.03 * 1em);
}
@media screen and (max-width: 767px) {
  .bar__wrapper .bar-box__title {
    letter-spacing: calc(0.03 * 1em);
  }
}
.bar__wrapper .bar-box__title {
  text-align: center;
  font-weight: 500;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 1023px) {
  .bar__wrapper .bar-box__title {
    display: block;
    text-align: left;
    padding-left: 25%;
  }
}
@media screen and (max-width: 767px) {
  .bar__wrapper .bar-box__title {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .bar__wrapper .bar-box__title {
    text-align: left;
    padding-left: 27%;
  }
}
.bar__wrapper .bar-box__text {
  width: fit-content;
  margin: 40px 0 0 120px;
}
@media screen and (max-width: 1365px) {
  .bar__wrapper .bar-box__text {
    margin: 40px 0 0 104px;
  }
}
@media screen and (max-width: 1023px) {
  .bar__wrapper .bar-box__text {
    margin: 32px auto 0 25%;
  }
}
@media screen and (max-width: 649px) {
  .bar__wrapper .bar-box__text {
    margin: 32px auto auto 27%;
  }
}
.bar__wrapper .bar-box__text p {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bar__wrapper .bar-box__text p {
    font-size: 20px;
    line-height: 0.8 !important;
  }
}
.bar__wrapper .bar-box__text p {
  letter-spacing: calc(0.1 * 1em);
}
@media screen and (max-width: 767px) {
  .bar__wrapper .bar-box__text p {
    letter-spacing: calc(0.1 * 1em);
  }
}
.bar__wrapper .bar-box__text p {
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  .bar__wrapper .bar-box__text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .bar__wrapper .bar-box__text p {
    font-size: 19px;
    letter-spacing: calc(0.04 * 1em);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .bar__wrapper .bar-box__text p {
    letter-spacing: calc(0.04 * 1em);
  }
}
@media screen and (max-width: 649px) {
  .bar__wrapper .bar-box__text p {
    font-size: 20px;
    letter-spacing: calc(0.1 * 1em);
  }
}
@media screen and (max-width: 649px) and (max-width: 767px) {
  .bar__wrapper .bar-box__text p {
    letter-spacing: calc(0.1 * 1em);
  }
}
.bar__wrapper .bar-box__text p span {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bar__wrapper .bar-box__text p span {
    font-size: 16px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 1365px) {
  .bar__wrapper .bar-box__text p span {
    font-size: 16px;
  }
}
.bar__wrapper .bar-box__text img {
  width: auto;
  height: 56px;
  margin-top: 10px;
}
@media screen and (max-width: 1365px) {
  .bar__wrapper .bar-box__text img {
    height: 46px;
  }
}
@media screen and (max-width: 1023px) {
  .bar__wrapper .bar-box__text img {
    height: 42px;
  }
}
@media screen and (max-width: 649px) {
  .bar__wrapper .bar-box__text img {
    height: 46px;
  }
}
.bar__wrapper .bar-box__note {
  width: 438px;
  margin: 28px auto 0;
}
@media screen and (max-width: 1365px) {
  .bar__wrapper .bar-box__note {
    margin: 23px 0 0 24px;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .bar__wrapper .bar-box__note {
    width: 90%;
    margin: 24px auto 0;
  }
}
.bar__wrapper .bar-box__note p {
  font-size: 12px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .bar__wrapper .bar-box__note p {
    font-size: 12px;
    line-height: 1.3333333333 !important;
  }
}
.bar__wrapper .bar-box__note p {
  letter-spacing: calc(0.03 * 1em);
}
@media screen and (max-width: 767px) {
  .bar__wrapper .bar-box__note p {
    letter-spacing: calc(0.03 * 1em);
  }
}
.bar__wrapper .bar-box__note p {
  font-weight: 500;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.package {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .package {
    margin-bottom: 32px;
  }
}
.package__title {
  text-align: center;
  width: fit-content;
  margin: 48px auto 40px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .package__title {
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .package__title {
    margin: 20px auto 14px;
  }
}
.package__title::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 24px;
  background-image: url("../images/text-decoration.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: -64px;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .package__title::before {
    left: -20%;
  }
}
.package__title::after {
  content: "";
  position: absolute;
  width: 63px;
  height: 24px;
  background-image: url("../images/text-decoration.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: -64px;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .package__title::after {
    right: -20%;
  }
}
.package__title h2 {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package__title h2 {
    font-size: 16px;
    line-height: 1.75 !important;
  }
}
.package__title h2 {
  letter-spacing: calc(0.08 * 1em);
}
@media screen and (max-width: 767px) {
  .package__title h2 {
    letter-spacing: calc(0.08 * 1em);
  }
}
.package__title h2 {
  font-weight: 700;
}
.package__title span {
  font-size: 32px;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .package__title span {
    font-size: 20px;
    line-height: 1.4 !important;
  }
}
.package__title span {
  color: #cb1e57;
}
.package .package-case + .package-special {
  height: 112px;
}
@media screen and (max-width: 1023px) {
  .package .package-case + .package-special {
    height: auto;
  }
}
.package .package-case + .package-special .package-special__box {
  padding: 16px 20px;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 1365px) {
  .package .package-case + .package-special .package-special__box {
    padding: 16px 8px;
    gap: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-case + .package-special .package-special__box {
    padding: 24px;
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .package .package-case + .package-special .package-special__box {
    padding: 16px;
  }
}
.package .package-special {
  width: 100%;
  height: 165px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 1365px) {
  .package .package-special {
    height: auto;
    align-items: stretch;
  }
}
.package .package-special__label {
  width: 108px;
  height: 100%;
  background-color: #f7de33;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 1365px) {
  .package .package-special__label {
    width: 10%;
    height: auto;
    align-self: stretch;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__label {
    width: 20%;
  }
}
.package .package-special__label img {
  width: 60px;
  height: 78px;
}
@media screen and (max-width: 1365px) {
  .package .package-special__label img {
    width: 51px;
    height: 66px;
  }
}
.package .package-special__box {
  width: 972px;
  height: 100%;
  background-color: #f1abb2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
@media screen and (max-width: 1365px) {
  .package .package-special__box {
    width: 90%;
    height: auto;
    padding: 8px 0;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__box {
    width: 80%;
    display: block;
    padding: 0 0 8px;
  }
}
.package .package-special__item {
  width: 324px;
  height: 133px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .package .package-special__item {
    width: 33.3%;
    padding: 0 10px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__item {
    width: 100%;
    padding: 12px 16px;
    border-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__item {
    padding: 7px 16px 8px;
  }
}
.package .package-special__item:nth-child(n+2) {
  border-left: 2px dotted #ffffff;
}
@media screen and (max-width: 767px) {
  .package .package-special__item:nth-child(n+2) {
    border-left: none;
    border-top: 2px dotted #ffffff;
  }
}
.package .package-special__item:nth-child(n+2)::after {
  content: "＋";
  position: absolute;
  width: 30px;
  height: 35px;
  background-color: #f1abb2;
  padding-bottom: 2px;
  display: grid;
  place-content: center;
  font-size: 24px;
  font-weight: 900;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1365px) {
  .package .package-special__item:nth-child(n+2)::after {
    width: 20px;
    height: 28px;
    font-size: 20px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__item:nth-child(n+2)::after {
    width: 24px;
    height: 24px;
    font-size: 20px;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.package .package-special__item:nth-child(2) .package-special__header {
  position: relative;
}
@media screen and (max-width: 1365px) {
  .package .package-special__item:nth-child(2) .package-special__header {
    top: 0;
  }
}
.package .package-special__item:nth-child(2) .package-special__model {
  bottom: 20px;
}
.package .package-special__header {
  width: 284px;
  height: 56px;
  background-image: url("../images/package-name.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9px 0 16px;
  position: absolute;
  top: -7px;
}
@media screen and (max-width: 1365px) {
  .package .package-special__header {
    width: 100%;
    height: auto;
    aspect-ratio: 71/14;
    position: static;
    padding: 0 3% 0 6%;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__header {
    padding: 0 2% 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__header {
    height: 100%;
    background-image: url("../images/package-name_md.png");
    aspect-ratio: 1100/101;
  }
}
@media screen and (max-width: 649px) {
  .package .package-special__header {
    background-image: url("../images/package-name_tb.png");
    aspect-ratio: 750/101;
    padding: 0 3% 0 4%;
  }
}
@media screen and (max-width: 479px) {
  .package .package-special__header {
    background-image: url("../images/package-name.png");
    aspect-ratio: 5/1;
    padding: 0 4% 0 5%;
  }
}
.package .package-special__name {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-special__name {
    font-size: 16px;
    line-height: 1 !important;
  }
}
.package .package-special__name {
  letter-spacing: calc(0.08 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-special__name {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-special__name {
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  .package .package-special__name {
    font-size: 16px;
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 1365px) and (max-width: 767px) {
  .package .package-special__name {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__name {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__name {
    font-size: 16px;
  }
}
.package .package-special__units {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-special__units {
    font-size: 24px;
    line-height: 1 !important;
  }
}
.package .package-special__units {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-special__units {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-special__units {
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 4px;
}
@media screen and (max-width: 1365px) {
  .package .package-special__units {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__units {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__units {
    font-size: 24px;
  }
}
.package .package-special__units span {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-special__units span {
    font-size: 16px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 1365px) {
  .package .package-special__units span {
    font-size: 16px;
  }
}
.package .package-special__point {
  position: absolute;
  background-color: #cb1e57;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: #ffffff;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .package .package-special__point {
    font-size: 14px;
    line-height: 1.3571428571 !important;
  }
}
.package .package-special__point {
  letter-spacing: calc(0.1 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-special__point {
    letter-spacing: calc(0.1 * 1em);
  }
}
.package .package-special__point {
  font-weight: 700;
  padding-bottom: 6px;
  bottom: -75px;
  right: 36px;
  z-index: 1;
  border: 4px solid #f1abb2;
}
@media screen and (max-width: 1365px) {
  .package .package-special__point {
    width: 60px;
    height: 60px;
    bottom: -56px;
    right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__point {
    width: 60px;
    height: 60px;
    bottom: -54px;
    right: 13%;
  }
}
.package .package-special__point::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #cb1e57;
  top: -2px;
  right: 0;
  transform: rotate(40deg);
  z-index: 2;
}
.package .package-special__point span {
  font-size: 22px;
  line-height: 1.0909090909;
}
@media screen and (max-width: 767px) {
  .package .package-special__point span {
    font-size: 18px;
    line-height: 1.0555555556 !important;
  }
}
@media screen and (max-width: 1365px) {
  .package .package-special__point span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__point span {
    font-size: 18px;
  }
}
.package .package-special__note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1365px) {
  .package .package-special__note {
    position: static;
    margin-top: 4px;
    transform: none;
    width: 100%;
  }
}
.package .package-special__note-title {
  width: 78px;
  height: 26px;
  border: 1px solid #ffffff;
  display: grid;
  place-content: center;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-special__note-title {
    font-size: 12px;
    line-height: 1 !important;
  }
}
.package .package-special__note-title {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-special__note-title {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-special__note-title {
  font-weight: 700;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .package .package-special__note-title {
    width: 70px;
    height: 24px;
    border-radius: 12px;
    flex: none;
  }
}
.package .package-special__note-line {
  width: 204px;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 1365px) {
  .package .package-special__note-line {
    width: auto;
    flex: auto;
  }
}
.package .package-special__model {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .package .package-special__model {
    font-size: 13px;
    line-height: 1.5384615385 !important;
  }
}
.package .package-special__model {
  letter-spacing: calc(0 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-special__model {
    letter-spacing: calc(0 * 1em);
  }
}
.package .package-special__model {
  font-weight: 500;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1365px) {
  .package .package-special__model {
    position: static;
    margin-left: 4px;
    margin-top: 8px;
  }
}
.package .package-special__title {
  width: 182px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 21px;
  color: #251e1c;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-special__title {
    font-size: 16px;
    line-height: 1 !important;
  }
}
.package .package-special__title {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-special__title {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-special__title {
  font-weight: 700;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 1365px) {
  .package .package-special__title {
    width: 182px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__title {
    width: 158px;
    height: 32px;
    border-radius: 16px;
  }
}
.package .package-special__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 716px;
}
@media screen and (max-width: 1365px) {
  .package .package-special__container {
    width: 100%;
    justify-content: space-between;
    gap: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__container {
    display: block;
    width: 100%;
  }
}
.package .package-special__lease {
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .package .package-special__lease {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__lease {
    display: block;
  }
}
.package .package-special__eyebrow {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-special__eyebrow {
    font-size: 14px;
    line-height: 1 !important;
  }
}
.package .package-special__eyebrow {
  letter-spacing: calc(0 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-special__eyebrow {
    letter-spacing: calc(0 * 1em);
  }
}
.package .package-special__eyebrow {
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .package .package-special__eyebrow {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__eyebrow {
    margin-top: 10px;
    font-size: 16px;
    width: fit-content;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__eyebrow {
    font-size: 14px;
  }
}
.package .package-special__text {
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .package .package-special__text {
    font-size: 16px;
    line-height: 1.3125 !important;
  }
}
.package .package-special__text {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-special__text {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-special__text {
  font-weight: 700;
  margin: 8px 0 0 54px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 2px;
}
@media screen and (max-width: 1365px) {
  .package .package-special__text {
    margin: 8px 0 0 23px;
    font-size: 16px;
    letter-spacing: calc(0 * 1em);
  }
}
@media screen and (max-width: 1365px) and (max-width: 767px) {
  .package .package-special__text {
    letter-spacing: calc(0 * 1em);
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__text {
    margin: 8px 8px 0 auto;
    letter-spacing: calc(0.05 * 1em);
    flex: 1;
    justify-content: flex-start;
    gap: 8px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .package .package-special__text {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__text {
    width: fit-content;
  }
}
@media screen and (max-width: 479px) {
  .package .package-special__text {
    display: block;
    margin: 10px auto 0 40px;
  }
}
.package .package-special__text::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  background-color: #251e1c;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  left: -20px;
  bottom: 7px;
}
@media screen and (max-width: 767px) {
  .package .package-special__text::before {
    bottom: 5px;
  }
}
@media screen and (max-width: 479px) {
  .package .package-special__text::before {
    bottom: auto;
    top: 6px;
  }
}
.package .package-special__text span {
  color: #cb1e57;
}
.package .package-special__text--price {
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-special__text--price {
    font-size: 24px;
    line-height: 0.875 !important;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__text--bottom {
    margin-top: 2px;
  }
}
@media screen and (max-width: 479px) {
  .package .package-special__text--bottom {
    margin-left: 48px;
  }
}
.package .package-special__arrow {
  width: 40px;
  height: 40px;
  background-color: #251e1c;
  clip-path: polygon(0% 20%, 55% 20%, 55% 0, 100% 50%, 55% 100%, 55% 80%, 0% 80%);
}
@media screen and (max-width: 1365px) {
  .package .package-special__arrow {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__arrow {
    margin: 10px auto 0;
    width: 25px;
    height: 25px;
    clip-path: polygon(20% 0, 80% 0, 80% 55%, 100% 55%, 50% 100%, 0 55%, 20% 55%);
  }
}
.package .package-special__value {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 1365px) {
  .package .package-special__value {
    flex: 1;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__value {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-special__value {
    display: block;
    margin-top: 8px;
  }
}
.package .package-special__price {
  width: 251px;
  height: 40px;
  background-color: #cb1e57;
  border-radius: 4px;
  color: #ffffff;
  display: grid;
  place-content: center;
  margin: 12px 0 0 40px;
}
@media screen and (max-width: 1365px) {
  .package .package-special__price {
    width: 100%;
    padding: 0 6px;
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-special__price {
    width: 100%;
    height: 36px;
    margin: 10px 0 0;
    padding: 0;
    flex: 1;
  }
}
.package .package-special__price p {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .package .package-special__price p {
    font-size: 18px;
    line-height: 1.4444444444 !important;
  }
}
.package .package-special__price p {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-special__price p {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-special__price p {
  font-weight: 700;
}
.package .package-special__price span {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .package .package-special__price span {
    font-size: 16px;
  }
}
.package .package-special__price--large {
  font-size: 26px !important;
}
@media screen and (max-width: 1023px) {
  .package .package-special__price--large {
    font-size: 24px !important;
  }
}
.package .package-special__price--small {
  font-size: 16px !important;
}
@media screen and (max-width: 1023px) {
  .package .package-special__price--small {
    font-size: 12px !important;
  }
}
.package .package-special__price--middle {
  font-size: 24px !important;
}
@media screen and (max-width: 1023px) {
  .package .package-special__price--middle {
    font-size: 22px !important;
  }
}
.package .package-case__wrapper {
  width: 100%;
  height: 179px;
  margin: 40px auto;
  padding: 0 60px;
  background-color: #ffffff;
  border: 2px solid #e3556f;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .package .package-case__wrapper {
    padding: 0 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-case__wrapper {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-case__wrapper {
    width: 100%;
    display: block;
    padding: 0;
    margin: 26px auto 32px;
    height: auto;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 479px) {
  .package .package-case__wrapper {
    display: block;
    padding: 0;
    margin: 26px auto 32px;
    height: auto;
    padding-bottom: 0;
  }
}
.package .package-case__wrapper::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 31px;
  height: 60px;
  background-color: #e3556f;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .package .package-case__wrapper::before {
    width: 17px;
    height: 40px;
    top: -40px;
  }
}
.package .package-case__wrapper::after {
  content: "";
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 31px;
  height: 60px;
  background-color: #ffffff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .package .package-case__wrapper::after {
    width: 17px;
    height: 40px;
    top: -32px;
  }
}
.package .package-case__point {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e3556f;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-case__point {
    font-size: 14px;
    line-height: 1 !important;
  }
}
.package .package-case__point {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-case__point {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-case__point {
  font-weight: 500;
  display: grid;
  place-content: center;
  text-align: center;
  transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .package .package-case__point {
    width: 50px;
    height: 50px;
    top: 50%;
    left: -60px;
    transform: translateY(-50%) rotate(-10deg);
    -webkit-transform: translateY(-50%) rotate(-10deg);
    -ms-transform: translateY(-50%) rotate(-10deg);
  }
}
.package .package-case__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .package .package-case__left {
    display: block;
    position: relative;
  }
}
.package .package-case__text {
  width: 150px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .package .package-case__text {
    font-size: 20px;
    line-height: 1.6 !important;
  }
}
.package .package-case__text {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-case__text {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-case__text {
  font-weight: 700;
  color: #e3556f;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .package .package-case__text {
    width: 130px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-case__text {
    width: fit-content;
    text-align: center;
    margin: 16px auto 0;
  }
}
.package .package-case__text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e3556f;
  left: 0;
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  .package .package-case__text::before {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .package .package-case__text::before {
    display: block;
    bottom: 36px;
  }
}
.package .package-case__text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e3556f;
  left: 0;
  bottom: 2px;
}
@media screen and (max-width: 767px) {
  .package .package-case__text::after {
    width: 100%;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 479px) {
  .package .package-case__text::after {
    width: 92%;
    bottom: 3px;
  }
}
.package .package-case__text span {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .package .package-case__text span {
    font-size: 16px;
    line-height: 2 !important;
  }
}
.package .package-case__arrow {
  position: relative;
  width: 10px;
  height: 50px;
  margin-left: 16px;
}
@media screen and (max-width: 1365px) {
  .package .package-case__arrow {
    margin-left: 8px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-case__arrow {
    height: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    margin: 0;
  }
}
.package .package-case__arrow::before, .package .package-case__arrow::after,
.package .package-case__arrow span::before,
.package .package-case__arrow span::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 26px;
  background: #e3556f;
  transform-origin: center;
}
@media screen and (max-width: 1365px) {
  .package .package-case__arrow::before, .package .package-case__arrow::after,
  .package .package-case__arrow span::before,
  .package .package-case__arrow span::after {
    height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-case__arrow::before, .package .package-case__arrow::after,
  .package .package-case__arrow span::before,
  .package .package-case__arrow span::after {
    height: 37px;
  }
}
.package .package-case__arrow::before {
  left: 4px;
  top: 0;
  transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .package .package-case__arrow::before {
    left: auto;
    right: 24px;
  }
}
.package .package-case__arrow::after {
  left: 4px;
  bottom: 0;
  transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .package .package-case__arrow::after {
    left: auto;
    right: 24px;
  }
}
.package .package-case__arrow {
  /* 右の > */
}
.package .package-case__arrow span::before {
  left: 12px;
  top: 0;
  transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .package .package-case__arrow span::before {
    left: auto;
    right: 16px;
  }
}
.package .package-case__arrow span::after {
  left: 12px;
  bottom: 0;
  transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .package .package-case__arrow span::after {
    left: auto;
    right: 16px;
  }
}
.package .package-case__container {
  width: 628px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .package .package-case__container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .package .package-case__container {
    height: auto;
    position: static;
    margin: 0 auto;
  }
}
.package .package-case__box {
  position: absolute;
  bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: end;
  z-index: 2;
}
@media screen and (max-width: 1365px) {
  .package .package-case__box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .package .package-case__box {
    width: 84%;
    margin: 40px auto 0;
    position: static;
    justify-content: space-between;
  }
}
@media screen and (max-width: 479px) {
  .package .package-case__box {
    width: 100%;
    margin-top: 45px;
  }
}
.package .package-case__item {
  width: 208px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .package .package-case__item {
    width: 100%;
  }
}
.package .package-case__item:nth-child(2) .package-case__name {
  margin: 8px auto 0;
}
@media screen and (max-width: 1365px) {
  .package .package-case__item:nth-child(2) .package-case__name {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1365px) {
  .package .package-case__item:nth-child(2) .package-case__image {
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .package .package-case__item:nth-child(2) .package-case__image {
    width: 73.4%;
  }
}
.package .package-case__item:nth-child(n+2) {
  position: relative;
}
.package .package-case__item:nth-child(n+2)::after {
  position: absolute;
  content: "+";
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #251e1c;
  color: #ffffff;
  display: grid;
  place-content: center;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-case__item:nth-child(n+2)::after {
    font-size: 14px;
    line-height: 1 !important;
  }
}
.package .package-case__item:nth-child(n+2)::after {
  font-weight: 700;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 0 0 3px 3px;
}
@media screen and (max-width: 1365px) {
  .package .package-case__item:nth-child(n+2)::after {
    left: -2%;
    padding: 0 0 2px 2px;
    top: auto;
    transform: none;
    bottom: 100px;
    width: 22px;
    height: 22px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-case__item:nth-child(n+2)::after {
    left: 4px;
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-case__item:nth-child(n+2)::after {
    left: -2%;
    padding: 0 0 2px 2px;
    top: auto;
    transform: none;
    bottom: 170px;
    width: 18px;
    height: 18px;
    bottom: 96px;
    font-size: 14px;
    left: 0;
  }
}
@media screen and (max-width: 649px) {
  .package .package-case__item:nth-child(n+2)::after {
    bottom: 80px;
  }
}
@media screen and (max-width: 479px) {
  .package .package-case__item:nth-child(n+2)::after {
    bottom: 130px;
    left: -2%;
  }
}
.package .package-case__item:last-child::after {
  left: -24px;
}
@media screen and (max-width: 1365px) {
  .package .package-case__item:last-child::after {
    left: -12%;
  }
}
@media screen and (max-width: 767px) {
  .package .package-case__item:last-child::after {
    left: -6%;
  }
}
@media screen and (max-width: 479px) {
  .package .package-case__item:last-child::after {
    left: -12%;
  }
}
@media screen and (max-width: 1365px) {
  .package .package-case__item:last-child .package-case__image {
    height: auto;
  }
}
.package .package-case__image {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .package .package-case__image {
    width: 91.7%;
    height: auto;
  }
}
.package .package-case__image img {
  width: auto;
  height: 120px;
}
@media screen and (max-width: 1023px) {
  .package .package-case__image img {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-case__image img {
    width: 100%;
    height: 100%;
  }
}
.package .package-case__units {
  position: absolute;
  bottom: 22px;
  right: 30px;
  width: 40px;
  height: 40px;
  border: 1px solid #251e1c;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 1365px) {
  .package .package-case__units {
    right: 4px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 649px) {
  .package .package-case__units {
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 479px) {
  .package .package-case__units {
    position: static;
    width: 33px;
    height: 33px;
    margin: 6px auto 24px;
  }
}
.package .package-case__units p {
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .package .package-case__units p {
    font-size: 20px;
    line-height: 1.2 !important;
  }
}
.package .package-case__units p {
  letter-spacing: calc(0.08 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-case__units p {
    letter-spacing: calc(0.08 * 1em);
  }
}
.package .package-case__units p {
  font-weight: 700;
  text-align: center;
  padding-left: 4px;
}
@media screen and (max-width: 1023px) {
  .package .package-case__units p {
    font-size: 22px;
  }
}
@media screen and (max-width: 649px) {
  .package .package-case__units p {
    padding-left: 2px;
    font-size: 20px;
  }
}
.package .package-case__units span {
  font-size: 14px;
  line-height: 2.1428571429;
}
@media screen and (max-width: 767px) {
  .package .package-case__units span {
    font-size: 12px;
    line-height: 2 !important;
  }
}
.package .package-case__name {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-case__name {
    font-size: 14px;
    line-height: 1.1428571429 !important;
  }
}
.package .package-case__name {
  letter-spacing: calc(0 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-case__name {
    letter-spacing: calc(0 * 1em);
  }
}
.package .package-case__name {
  font-weight: 500;
  width: fit-content;
  margin: 26px auto 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .package .package-case__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-case__name {
    text-align: center;
    margin: 6px auto 0;
    font-size: 14px;
  }
}
.package .package-case__name span {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-case__name span {
    font-size: 12px;
    line-height: 1.3333333333 !important;
  }
}
.package .package-case__value {
  position: absolute;
  width: 225px;
  height: 40px;
  background-color: #cb1e57;
  color: #ffffff;
  border-radius: 4px;
  display: grid;
  place-content: center;
  bottom: -48px;
  left: -64px;
}
@media screen and (max-width: 767px) {
  .package .package-case__value {
    width: 211px;
    height: 36px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 479px) {
  .package .package-case__value {
    bottom: -80px;
  }
}
.package .package-case__value::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 30px;
  background-color: #cb1e57;
  clip-path: polygon(100% 0, 0% 100%, 96% 100%);
  top: -26px;
  left: 40px;
}
@media screen and (max-width: 1023px) {
  .package .package-case__value::after {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-case__value::after {
    left: 32px;
  }
}
@media screen and (max-width: 479px) {
  .package .package-case__value::after {
    left: 50px;
  }
}
.package .package-case__value p {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .package .package-case__value p {
    font-size: 18px;
    line-height: 1.2222222222 !important;
  }
}
.package .package-case__value p {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-case__value p {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-case__value p {
  font-weight: 700;
}
.package .package-case__value--large {
  font-size: 26px !important;
}
@media screen and (max-width: 767px) {
  .package .package-case__value--large {
    font-size: 24px !important;
  }
}
.package .package-case__value--small {
  font-size: 16px !important;
}
@media screen and (max-width: 767px) {
  .package .package-case__value--small {
    font-size: 14px !important;
  }
}
.package .package-case__value--middle {
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .package .package-case__value--middle {
    font-size: 22px !important;
  }
}
.package .package-conclusion {
  margin-top: 30px;
  height: 60px;
  background-color: #cb1e57;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .package .package-conclusion {
    height: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .package .package-conclusion {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .package .package-conclusion {
    height: 99px;
    margin-top: 19px;
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 479px) {
  .package .package-conclusion {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.package .package-conclusion__box {
  position: absolute;
  left: 0;
  top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1365px) {
  .package .package-conclusion__box {
    top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-conclusion__box {
    justify-content: flex-start;
    height: 51px;
    width: 100%;
    top: -3px;
    gap: 8px;
  }
}
.package .package-conclusion__label--black {
  width: 91px;
  height: 66px;
  background-color: #251e1c;
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  position: relative;
}
@media screen and (max-width: 1365px) {
  .package .package-conclusion__label--black {
    width: 64px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-conclusion__label--black {
    width: 19%;
    max-width: 88px;
    height: 100%;
  }
}
.package .package-conclusion__label--black::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(40% 0, 75% 0, 100% 50%, 75% 100%, 40% 100%);
  top: 0;
  right: 4px;
  z-index: -1;
}
.package .package-conclusion__label--black::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #251e1c;
  clip-path: polygon(40% 0, 75% 0, 100% 50%, 75% 100%, 40% 100%);
  top: 0;
  right: 5px;
  z-index: -1;
}
.package .package-conclusion__label--yellow {
  width: 101px;
  height: 64px;
  background-color: #f7de33;
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  display: grid;
  place-content: center;
  padding: 0 16px 4px 0;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .package .package-conclusion__label--yellow {
    width: 72px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-conclusion__label--yellow {
    width: 21.2%;
    max-width: 88px;
    height: 100%;
  }
}
.package .package-conclusion__label--yellow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(40% 0, 75% 0, 100% 50%, 75% 100%, 40% 100%);
  top: 0;
  right: 4px;
  z-index: -1;
}
.package .package-conclusion__label--yellow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f7de33;
  clip-path: polygon(40% 0, 75% 0, 100% 50%, 75% 100%, 40% 100%);
  top: 0;
  right: 5px;
  z-index: -1;
}
.package .package-conclusion__label--yellow img {
  width: auto;
  height: 52px;
}
@media screen and (max-width: 1365px) {
  .package .package-conclusion__label--yellow img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-conclusion__label--yellow img {
    height: 38px;
  }
}
.package .package-conclusion__text {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .package .package-conclusion__text {
    margin-bottom: 3px;
    position: absolute;
    bottom: 0;
    right: 32px;
  }
}
@media screen and (max-width: 479px) {
  .package .package-conclusion__text {
    margin-bottom: 3px;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.package .package-conclusion__text img {
  width: auto;
  height: 68px;
}
@media screen and (max-width: 1365px) {
  .package .package-conclusion__text img {
    height: 62px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-conclusion__text img {
    height: 38px;
  }
}
.package .package-conclusion__text--top p {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-conclusion__text--top p {
    font-size: 20px;
    line-height: 1 !important;
  }
}
.package .package-conclusion__text--top p {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-conclusion__text--top p {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-conclusion__text--top p {
  font-weight: 700;
  color: #ffffff;
}
.package .package-conclusion__text--top p span {
  font-size: 16px;
}
.package .package-conclusion__line {
  position: relative;
  width: 10px;
  height: 72px;
  top: 0;
  left: 40px;
}
@media screen and (max-width: 1365px) {
  .package .package-conclusion__line {
    height: 64px;
    left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-conclusion__line {
    height: 56px;
    left: 0;
  }
}
.package .package-conclusion__line::before, .package .package-conclusion__line::after,
.package .package-conclusion__line span::before,
.package .package-conclusion__line span::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #ffffff;
  transform-origin: center;
}
@media screen and (max-width: 1365px) {
  .package .package-conclusion__line::before, .package .package-conclusion__line::after,
  .package .package-conclusion__line span::before,
  .package .package-conclusion__line span::after {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-conclusion__line::before, .package .package-conclusion__line::after,
  .package .package-conclusion__line span::before,
  .package .package-conclusion__line span::after {
    height: 31px;
  }
}
.package .package-conclusion__line::before {
  left: 4px;
  top: 0;
  transform: rotate(-35deg);
}
.package .package-conclusion__line::after {
  left: 4px;
  bottom: 0;
  transform: rotate(35deg);
}
.package .package-conclusion__line {
  /* 右の > */
}
.package .package-conclusion__line span::before {
  left: 16px;
  top: 0;
  transform: rotate(-35deg);
}
.package .package-conclusion__line span::after {
  left: 16px;
  bottom: 0;
  transform: rotate(35deg);
}
.package .package-conclusion__line span:last-child::before, .package .package-conclusion__line span:last-child::after {
  left: 28px;
}
.package .package-addition__wrapper {
  margin-top: 30px;
  background-color: #f7de33;
  border-radius: 10px;
  height: 192px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .package .package-addition__wrapper {
    height: 208px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-addition__wrapper {
    margin: 16px auto;
    height: 231px;
  }
}
.package .package-addition__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .package .package-addition__title {
    font-size: 16px;
    line-height: 1.25 !important;
  }
}
.package .package-addition__title {
  letter-spacing: calc(0.08 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-addition__title {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-addition__title {
  font-weight: 700;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: relative;
  z-index: 2;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .package .package-addition__title {
    top: -10px;
    height: auto;
  }
}
.package .package-addition__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cb1e57;
  bottom: 21px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .package .package-addition__title::after {
    bottom: 14px;
  }
}
.package .package-addition__title img {
  width: 80px;
  height: auto;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .package .package-addition__title img {
    width: 70px;
  }
}
.package .package-addition__title--white {
  width: 88px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 21px;
  display: grid;
  place-content: center;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-addition__title--white {
    font-size: 16px;
    line-height: 1 !important;
  }
}
.package .package-addition__title--white {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-addition__title--white {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-addition__title--white {
  font-weight: 700;
  text-align: center;
  margin: 0 4px 4px;
}
@media screen and (max-width: 767px) {
  .package .package-addition__title--white {
    width: 74px;
    height: 32px;
    border-radius: 37px;
  }
}
.package .package-addition__title span {
  color: #cb1e57;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-addition__title span {
    font-size: 20px;
    line-height: 1 !important;
  }
}
.package .package-addition__title span {
  padding: 0 4px 4px;
}
@media screen and (max-width: 767px) {
  .package .package-addition__title span {
    padding: 0 2px 2px;
  }
}
.package .package-addition__box {
  max-width: 952px;
  width: calc(100% - 20px);
  height: 112px;
  background-color: #fff9dc;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 0 0 4px 4px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 1365px) {
  .package .package-addition__box {
    height: 128px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-addition__box {
    height: 168px;
    padding-bottom: 0;
  }
}
.package .package-addition__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-addition__text {
    font-size: 18px;
    line-height: 1 !important;
  }
}
.package .package-addition__text {
  letter-spacing: calc(0.1 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-addition__text {
    letter-spacing: calc(0.1 * 1em);
  }
}
.package .package-addition__text {
  font-weight: 700;
  color: #cb1e57;
}
@media screen and (max-width: 767px) {
  .package .package-addition__text {
    display: block;
    text-align: center;
  }
}
.package .package-addition__text span {
  font-size: 16px;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .package .package-addition__text span {
    font-size: 16px;
    line-height: 1.125 !important;
  }
}
.package .package-addition__point {
  width: 198px;
  height: 40px;
  background-color: #cb1e57;
  color: #ffffff;
  border-radius: 4px;
  display: grid;
  place-content: center;
  margin-left: 16px;
  padding: 0 0 4px 6px;
}
@media screen and (max-width: 767px) {
  .package .package-addition__point {
    width: 182px;
    height: 36px;
    padding: 0 0 2px 2px;
    margin: 8px auto 0;
  }
}
.package .package-addition__point p {
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .package .package-addition__point p {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}
.package .package-addition__point p {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-addition__point p {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-addition__point p {
  font-weight: 700;
}
.package .package-addition__point--xlarge {
  font-size: 32px !important;
}
@media screen and (max-width: 767px) {
  .package .package-addition__point--xlarge {
    font-size: 24px !important;
  }
}
.package .package-addition__point--middle {
  font-size: 20px !important;
}
@media screen and (max-width: 767px) {
  .package .package-addition__point--middle {
    font-size: 18px !important;
  }
}
.package .package-addition__point--large {
  font-size: 28px !important;
}
@media screen and (max-width: 767px) {
  .package .package-addition__point--large {
    font-size: 20px !important;
  }
}
.package .package-addition__note {
  font-size: 16px;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .package .package-addition__note {
    font-size: 14px;
    line-height: 1.5 !important;
  }
}
.package .package-addition__note {
  letter-spacing: calc(0 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-addition__note {
    letter-spacing: calc(0 * 1em);
  }
}
.package .package-addition__note {
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .package .package-addition__note {
    margin-top: 8px;
  }
}
.package .package-addition__note span {
  font-weight: 700;
}
.package .package-detail__wrapper {
  width: 100%;
  height: 69px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  padding-left: 40px;
  margin-top: 32px;
}
@media screen and (max-width: 1365px) {
  .package .package-detail__wrapper {
    position: relative;
    height: auto;
    display: block;
    padding: 24px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-detail__wrapper {
    padding: 16px;
    margin-top: 16px;
  }
}
.package .package-detail__title {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-detail__title {
    font-size: 15px;
    line-height: 1 !important;
  }
}
.package .package-detail__title {
  letter-spacing: calc(0.03 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-detail__title {
    letter-spacing: calc(0.03 * 1em);
  }
}
.package .package-detail__title {
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .package .package-detail__title {
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
}
.package .package-detail__title--left {
  position: absolute;
  width: 10px;
  height: 21px;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.package .package-detail__title--left::before, .package .package-detail__title--left::after,
.package .package-detail__title--left span::before,
.package .package-detail__title--left span::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 11px;
  background: #251e1c;
  transform-origin: center;
}
.package .package-detail__title--left::before {
  left: 0;
  top: 0;
  transform: rotate(25deg);
}
.package .package-detail__title--left::after {
  left: 0;
  bottom: 0;
  transform: rotate(-25deg);
}
.package .package-detail__title--left {
  /* 右の > */
}
.package .package-detail__title--left span::before {
  left: 4px;
  top: 0;
  transform: rotate(25deg);
}
.package .package-detail__title--left span::after {
  left: 4px;
  bottom: 0;
  transform: rotate(-25deg);
}
.package .package-detail__title--right {
  position: absolute;
  width: 10px;
  height: 21px;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.package .package-detail__title--right::before, .package .package-detail__title--right::after,
.package .package-detail__title--right span::before,
.package .package-detail__title--right span::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 11px;
  background: #251e1c;
  transform-origin: center;
}
.package .package-detail__title--right::before {
  left: 4px;
  top: 0;
  transform: rotate(-25deg);
}
.package .package-detail__title--right::after {
  left: 4px;
  bottom: 0;
  transform: rotate(25deg);
}
.package .package-detail__title--right {
  /* 右の > */
}
.package .package-detail__title--right span::before {
  left: 8px;
  top: 0;
  transform: rotate(-25deg);
}
.package .package-detail__title--right span::after {
  left: 8px;
  bottom: 0;
  transform: rotate(25deg);
}
.package .package-detail__arrow {
  position: relative;
  width: 10px;
  height: 36px;
  margin-left: 16px;
}
.package .package-detail__arrow::before, .package .package-detail__arrow::after,
.package .package-detail__arrow span::before,
.package .package-detail__arrow span::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 19px;
  background: #251e1c;
  transform-origin: center;
}
.package .package-detail__arrow::before {
  left: 0;
  top: 0;
  transform: rotate(-25deg);
}
.package .package-detail__arrow::after {
  left: 0;
  bottom: 0;
  transform: rotate(25deg);
}
.package .package-detail__arrow {
  /* 右の > */
}
.package .package-detail__arrow span::before {
  left: 8px;
  top: 0;
  transform: rotate(-25deg);
}
.package .package-detail__arrow span::after {
  left: 8px;
  bottom: 0;
  transform: rotate(25deg);
}
.package .package-detail__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-left: 36px;
  padding-top: 4px;
}
@media screen and (max-width: 1365px) {
  .package .package-detail__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
    margin: 24px 0 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .package .package-detail__list {
    gap: 14px;
    margin: 16px 0 0;
  }
}
.package .package-detail__list li {
  padding-bottom: 4px;
  border-bottom: 1px solid #251e1c;
}
.package .package-detail__list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .package .package-detail__list li a {
    font-size: 13px;
    line-height: 1 !important;
  }
}
.package .package-detail__list li a {
  letter-spacing: calc(0.03 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-detail__list li a {
    letter-spacing: calc(0.03 * 1em);
  }
}
.package .package-detail__list li a {
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .package .package-detail__list li a {
    justify-content: center;
  }
}
.package .package-detail__list li img {
  width: 14px;
  height: auto;
}

.chair {
  background-color: #ffffff;
}
@media screen and (max-width: 1365px) {
  .chair {
    width: 100vw;
    overflow: hidden;
  }
}
.chair__wrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.chair__box {
  width: 100%;
  text-align: center;
  padding: 150px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .chair__box {
    padding: 80px 0;
  }
}
.chair__title h2 {
  font-size: 28px;
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  .chair__title h2 {
    font-size: 20px;
    line-height: 1.6 !important;
  }
}
.chair__title h2 {
  letter-spacing: calc(0.1 * 1em);
}
@media screen and (max-width: 767px) {
  .chair__title h2 {
    letter-spacing: calc(0.04 * 1em);
  }
}
.chair__title h2 {
  font-weight: 700;
}
.chair__subtitle {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .chair__subtitle {
    font-size: 16px;
    line-height: 1.125 !important;
  }
}
.chair__subtitle {
  letter-spacing: calc(0.1 * 1em);
}
@media screen and (max-width: 767px) {
  .chair__subtitle {
    letter-spacing: calc(0.05 * 1em);
  }
}
.chair__subtitle {
  font-weight: 700;
  margin: 32px 0;
}
@media screen and (max-width: 1365px) {
  .chair__subtitle {
    margin: 24px 0;
  }
}
.chair__subtitle span {
  color: #e3556f;
  font-size: 22px;
  line-height: 0.8181818182;
}
@media screen and (max-width: 767px) {
  .chair__subtitle span {
    font-size: 18px;
    line-height: 1 !important;
  }
}
.chair__subtitle--large {
  font-size: 24px !important;
}
.chair__text {
  font-size: 16px;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .chair__text {
    font-size: 15px;
    line-height: 2 !important;
  }
}
.chair__text {
  letter-spacing: calc(0.1 * 1em);
}
@media screen and (max-width: 767px) {
  .chair__text {
    letter-spacing: calc(0.08 * 1em);
  }
}
.chair__text {
  font-weight: 500;
}
.chair__image01 {
  position: absolute;
  top: 40px;
  left: 170px;
  transform: rotate(19deg);
  width: 220px;
  height: auto;
}
@media screen and (max-width: 1365px) {
  .chair__image01 {
    width: 16%;
    left: 110px;
    top: 22%;
    transform: rotate(19deg) translateY(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .chair__image01 {
    width: 160px;
    z-index: -2;
    left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .chair__image01 {
    top: 5%;
    left: -4%;
    width: 28%;
    height: auto;
    transform: rotate(19deg);
  }
}
@media screen and (max-width: 479px) {
  .chair__image01 {
    width: 40%;
  }
}
.chair__image01 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .chair__image01::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
  }
}
.chair__image02 {
  position: absolute;
  bottom: 140px;
  left: 78px;
  transform: rotate(-14deg);
  z-index: 2;
  width: 281px;
  height: auto;
}
@media screen and (max-width: 1365px) {
  .chair__image02 {
    width: 20%;
    left: 80px;
    top: 53%;
    transform: rotate(-14deg) translateY(-50%);
    bottom: auto;
  }
}
@media screen and (max-width: 1023px) {
  .chair__image02 {
    width: 210px;
    z-index: -1;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .chair__image02 {
    bottom: 10%;
    left: -1%;
    width: 30%;
    top: auto;
    transform: rotate(-14deg);
  }
}
@media screen and (max-width: 479px) {
  .chair__image02 {
    bottom: 22%;
    left: -1%;
    width: 43%;
  }
}
.chair__image02 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .chair__image02::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
  }
}
.chair__image03 {
  position: absolute;
  bottom: 30px;
  left: 282px;
  transform: rotate(-7deg);
  width: 243px;
  height: auto;
}
@media screen and (max-width: 1365px) {
  .chair__image03 {
    width: 18%;
    left: 240px;
    top: 74%;
    transform: rotate(-7deg) translateY(-50%);
    bottom: auto;
  }
}
@media screen and (max-width: 1023px) {
  .chair__image03 {
    width: 185px;
    z-index: -2;
    top: 78%;
    left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .chair__image03 {
    display: none;
  }
}
.chair__image03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
}
.chair__image03 img {
  width: 100%;
  height: 100%;
}
.chair__image04 {
  position: absolute;
  top: 36px;
  right: 338px;
  transform: rotate(9deg);
  width: 230px;
  height: auto;
}
@media screen and (max-width: 1365px) {
  .chair__image04 {
    width: 16%;
    right: 260px;
    top: 22%;
    transform: rotate(9deg) translateY(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .chair__image04 {
    width: 164px;
    z-index: -2;
    right: 240px;
  }
}
@media screen and (max-width: 767px) {
  .chair__image04 {
    display: none;
  }
}
.chair__image04::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
}
.chair__image04 img {
  width: 100%;
  height: 100%;
}
.chair__image05 {
  position: absolute;
  top: 120px;
  right: 130px;
  transform: rotate(-9deg);
  z-index: 2;
  width: 231px;
  height: auto;
}
@media screen and (max-width: 1365px) {
  .chair__image05 {
    width: 17%;
    right: 70px;
    top: 40%;
    transform: rotate(-9deg) translateY(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .chair__image05 {
    width: 174px;
    z-index: -1;
    right: 50px;
    top: 42%;
  }
}
@media screen and (max-width: 767px) {
  .chair__image05 {
    top: 8%;
    right: 0;
    z-index: -1;
    width: 28%;
    transform: rotate(-9deg);
  }
}
@media screen and (max-width: 479px) {
  .chair__image05 {
    top: 21%;
    width: 40%;
  }
}
.chair__image05 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .chair__image05::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
  }
}
.chair__image06 {
  position: absolute;
  bottom: 44px;
  right: 154px;
  transform: rotate(20deg);
  width: 281px;
  height: auto;
}
@media screen and (max-width: 1365px) {
  .chair__image06 {
    width: 20%;
    right: 140px;
    top: 70%;
    transform: rotate(20deg) translateY(-50%);
    bottom: auto;
  }
}
@media screen and (max-width: 1023px) {
  .chair__image06 {
    width: 205px;
    z-index: -2;
    right: 150px;
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .chair__image06 {
    bottom: 8%;
    right: 1%;
    width: 30%;
    top: auto;
    transform: rotate(20deg);
  }
}
@media screen and (max-width: 479px) {
  .chair__image06 {
    bottom: 4%;
    width: 43%;
  }
}
.chair__image06 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .chair__image06::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
  }
}

.features {
  padding: 60px 0;
}
@media screen and (max-width: 1365px) {
  .features {
    padding: 32px 0 40px;
  }
}
.features__title {
  text-align: center;
}
.features__title img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 1365px) {
  .features__title img {
    width: 40px;
  }
}
.features__title h2 {
  color: #735029;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .features__title h2 {
    font-size: 20px;
    line-height: 1.5 !important;
  }
}
.features__title h2 {
  letter-spacing: calc(0.08 * 1em);
}
@media screen and (max-width: 767px) {
  .features__title h2 {
    letter-spacing: calc(0.08 * 1em);
  }
}
.features__title h2 {
  font-weight: 700;
  margin: 16px 0 32px;
}
@media screen and (max-width: 1365px) {
  .features__title h2 {
    margin: 8px 0 16px;
  }
}
.features .features-box {
  padding: 80px 60px 32px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .features .features-box {
    padding: 72px 30px 24px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 649px) {
  .features .features-box {
    padding: 64px 30px 24px;
  }
}
@media screen and (max-width: 649px) {
  .features .features-box:nth-child(2) {
    padding: 84px 30px 24px;
  }
}
.features .features-box:nth-child(2) .features-box__point {
  margin: 16px 0 8px;
}
@media screen and (max-width: 1365px) {
  .features .features-box:nth-child(2) .features-box__point {
    letter-spacing: 0;
  }
}
.features .features-box:nth-child(2) .features-box__image {
  position: relative;
}
.features .features-box:nth-child(2) .features-box__image::after {
  position: absolute;
  content: "";
  background-image: url("../images/model-set.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 128px;
  height: 80px;
  left: -144px;
  bottom: 6px;
}
@media screen and (max-width: 767px) {
  .features .features-box:nth-child(2) .features-box__image::after {
    background-image: url("../images/model-set_sp.png");
    width: 162px;
    height: 45px;
    left: -175px;
  }
}
@media screen and (max-width: 649px) {
  .features .features-box:nth-child(2) .features-box__image::after {
    display: none;
  }
}
@media screen and (max-width: 649px) {
  .features .features-box:nth-child(2) .features-box__label {
    height: 50px;
  }
}
.features .features-box:nth-child(n+2) {
  margin-top: 24px;
}
.features .features-box__label {
  width: fit-content;
  height: 40px;
  background-color: #735029;
  padding: 0 34px 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .features .features-box__label {
    font-size: 16px;
    line-height: 1.125 !important;
  }
}
.features .features-box__label {
  letter-spacing: calc(0.08 * 1em);
}
@media screen and (max-width: 767px) {
  .features .features-box__label {
    letter-spacing: calc(0.08 * 1em);
  }
}
.features .features-box__label {
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  top: 32px;
  left: -4px;
}
@media screen and (max-width: 1365px) {
  .features .features-box__label {
    height: 33px;
    padding: 0 24px 0 18px;
    top: 20px;
    left: -3px;
  }
}
.features .features-box__label::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  top: 0;
  right: -1px;
}
@media screen and (max-width: 1365px) {
  .features .features-box__label::after {
    width: 8px;
  }
}
.features .features-box__label img {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 1365px) {
  .features .features-box__label img {
    height: 24px;
    margin-top: 2px;
  }
}
.features .features-box__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.features .features-box__list {
  width: 452px;
  margin-top: 27px;
}
@media screen and (max-width: 1365px) {
  .features .features-box__list {
    width: 46%;
    margin-top: 4px;
  }
}
@media screen and (max-width: 649px) {
  .features .features-box__list {
    width: 100%;
  }
}
.features .features-box__list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #735029;
  padding-bottom: 6px;
}
@media screen and (max-width: 1365px) {
  .features .features-box__list li {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .features .features-box__list li {
    padding-bottom: 4px;
  }
}
.features .features-box__list li:nth-child(n+2) {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .features .features-box__list li:nth-child(n+2) {
    margin-top: 12px;
  }
}
.features .features-box__list li p {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .features .features-box__list li p {
    font-size: 15px;
    line-height: 1.3333333333 !important;
  }
}
.features .features-box__list li p {
  letter-spacing: calc(0.04 * 1em);
}
@media screen and (max-width: 767px) {
  .features .features-box__list li p {
    letter-spacing: calc(0 * 1em);
  }
}
.features .features-box__list li p {
  font-weight: 500;
  padding-bottom: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
@media screen and (max-width: 1365px) {
  .features .features-box__list li p {
    display: block;
    position: relative;
    line-height: 20px;
  }
}
.features .features-box__list li p span {
  font-size: 14px;
  margin-left: 4px;
}
@media screen and (max-width: 1365px) {
  .features .features-box__list li p span {
    font-size: 12px;
    margin-left: 0;
  }
}
.features .features-box__list li p a {
  color: #735029;
}
.features .features-box__list li p img {
  width: 12px;
  height: auto;
  padding-bottom: 0;
  margin-right: 3px;
}
.features .features-box__list--asterisk {
  font-size: 12px !important;
  margin-bottom: 6px;
  display: block;
}
@media screen and (max-width: 1365px) {
  .features .features-box__list--asterisk {
    position: absolute;
    top: -12px;
    right: 0;
  }
}
.features .features-box__list-check {
  width: 15px;
  height: 15px;
  border: 1px solid #251e1c;
  margin: 0 0 0 2px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .features .features-box__list-check {
    width: 14px;
    height: 14px;
    margin: 4px 0 0 2px;
  }
}
.features .features-box__list-check::after {
  content: "";
  background-image: url("../images/check-mark.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 0px;
  left: 0;
}
.features .features-box__image {
  width: 340px;
  height: auto;
}
@media screen and (max-width: 1365px) {
  .features .features-box__image {
    width: 50%;
  }
}
@media screen and (max-width: 649px) {
  .features .features-box__image {
    width: 100%;
    margin-top: 8px;
  }
}
.features .features-box__image p {
  text-align: right;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .features .features-box__image p {
    font-size: 12px;
    line-height: 1 !important;
  }
}
.features .features-box__image p {
  letter-spacing: calc(0.03 * 1em);
}
@media screen and (max-width: 767px) {
  .features .features-box__image p {
    letter-spacing: calc(0.03 * 1em);
  }
}
.features .features-box__image p {
  font-weight: 500;
  margin-top: 6px;
}
@media screen and (max-width: 1365px) {
  .features .features-box__image p {
    margin-top: 4px;
  }
}
.features .features-box__point {
  margin: 8px 0 18px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .features .features-box__point {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
.features .features-box__point {
  letter-spacing: calc(0.08 * 1em);
}
@media screen and (max-width: 767px) {
  .features .features-box__point {
    letter-spacing: calc(0.08 * 1em);
  }
}
.features .features-box__point {
  font-weight: 700;
  width: fit-content;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1365px) {
  .features .features-box__point {
    margin: 8px 0;
  }
}
.features .features-box__point--yellow {
  display: inline;
  background: linear-gradient(transparent 50%, #f7de33 50%);
  padding-bottom: 4px;
}
@media screen and (max-width: 1365px) {
  .features .features-box__point--yellow {
    background: linear-gradient(transparent 60%, #f7de33 60%);
    padding-bottom: 0;
  }
}
.features .features-box__point--small {
  font-size: 14px;
  line-height: 1.2857142857;
}
@media screen and (max-width: 767px) {
  .features .features-box__point--small {
    font-size: 12px;
    line-height: 2 !important;
  }
}
.features .features-box__model {
  width: fit-content;
  margin: 12px 0 0 auto;
}
.features .features-box__model img {
  width: auto;
  height: 43px;
}
.features .features-box__text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .features .features-box__text {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
.features .features-box__text {
  letter-spacing: calc(0.03 * 1em);
}
@media screen and (max-width: 767px) {
  .features .features-box__text {
    letter-spacing: calc(0.03 * 1em);
  }
}
.features .features-box__text {
  font-weight: 500;
}
.features .features-box__note {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .features .features-box__note {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
.features .features-box__note {
  letter-spacing: calc(0.03 * 1em);
}
@media screen and (max-width: 767px) {
  .features .features-box__note {
    letter-spacing: calc(0.03 * 1em);
  }
}
.features .features-box__note {
  font-weight: 500;
  margin-top: 16px;
}
@media screen and (max-width: 1365px) {
  .features .features-box__note {
    margin-top: 8px;
  }
}
.features .features-box__note p {
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.series {
  background-color: #fff9dc;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .series {
    padding-bottom: 60px;
  }
}
.series__title {
  background-color: #f7de33;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .series__title {
    font-size: 18px;
    line-height: 1 !important;
  }
}
.series__title {
  letter-spacing: calc(0.03 * 1em);
}
@media screen and (max-width: 767px) {
  .series__title {
    letter-spacing: calc(0.03 * 1em);
  }
}
.series__title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .series__title {
    padding: 8px 0;
  }
}
.series__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 8%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .series__list {
    margin-top: 24px;
    gap: 32px 6%;
  }
}
@media screen and (max-width: 649px) {
  .series__list {
    grid-template-columns: 1fr;
  }
}
.series__list li {
  display: flex;
  flex-direction: column;
}
.series__list a:hover .series__list-img img {
  transform: scale(1.1);
}
.series__list-title {
  color: #cb1e57;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  padding: 0 8px;
}
.series__list-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background-color: #f7de33;
  right: 0;
  left: 0;
  bottom: -4px;
  z-index: -1;
}
.series__list-name {
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .series__list-name {
    font-size: 20px;
    line-height: 1 !important;
  }
}
.series__list-name {
  letter-spacing: calc(0.03 * 1em);
}
@media screen and (max-width: 767px) {
  .series__list-name {
    letter-spacing: calc(0.03 * 1em);
  }
}
.series__list-link {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .series__list-link {
    font-size: 16px;
    line-height: 1 !important;
  }
}
.series__list-link {
  letter-spacing: calc(0.04 * 1em);
}
@media screen and (max-width: 767px) {
  .series__list-link {
    letter-spacing: calc(0.04 * 1em);
  }
}
.series__list-link .tab-icon--vivid-pink {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.series__list-img {
  width: 100%;
  aspect-ratio: 447/164;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .series__list-img {
    margin-bottom: 6px;
  }
}
.series__list-img img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.series__list-new {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .series__list-new {
    font-size: 12px;
    line-height: 1 !important;
  }
}
.series__list-new {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .series__list-new {
    letter-spacing: calc(0.05 * 1em);
  }
}
.series__list-new {
  background-color: #cb1e57;
  color: #ffffff;
  padding: 6px 16px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .series__list-new {
    padding: 4px 12px;
  }
}
.series__list-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  border-bottom: 2px solid #f7de33;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .series__list-text {
    padding-bottom: 6px;
  }
}
.series__list-tag {
  display: flex;
  gap: 3px 8px;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .series__list-tag {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
.series__list-tag {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .series__list-tag {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .series__list-tag {
    gap: 1px 6px;
  }
}
.series__list-price {
  font-size: 34px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .series__list-price {
    font-size: 24px;
    line-height: 1 !important;
  }
}
.series__list-price {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .series__list-price {
    letter-spacing: calc(0.05 * 1em);
  }
}
.series__list-price {
  font-weight: 900;
  color: #cb1e57;
  white-space: nowrap;
  margin-left: 8px;
}
.series__list-price--span1 {
  font-size: 28px;
  line-height: 0.7857142857;
}
@media screen and (max-width: 767px) {
  .series__list-price--span1 {
    font-size: 24px;
    line-height: 1 !important;
  }
}
.series__list-price--span2 {
  font-size: 20px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .series__list-price--span2 {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
.series__link-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 8%;
  margin-top: 60px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .series__link-wrap {
    margin-top: 40px;
    gap: 32px 6%;
  }
}
@media screen and (max-width: 649px) {
  .series__link-wrap {
    grid-template-columns: 1fr;
  }
}
.series__link-wrap a {
  border-bottom: 2px solid #f7de33;
  padding-bottom: 8px;
}
.series__link-wrap a:hover .series__link-bubble {
  background-color: #ffffff;
  color: #cb1e57;
  font-weight: 700;
}
.series__link-wrap a:hover .series__link-bubble::after {
  background-color: #ffffff;
}
.series__link-bubble {
  width: fit-content;
  padding: 8px 20px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .series__link-bubble {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
.series__link-bubble {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .series__link-bubble {
    letter-spacing: calc(0.05 * 1em);
  }
}
.series__link-bubble {
  background-color: #cb1e57;
  color: #ffffff;
  border-radius: 19px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .series__link-bubble {
    margin-bottom: 8px;
    padding: 6px 16px;
  }
}
.series__link-bubble::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  bottom: -10px;
  left: 50px;
  background-color: #cb1e57;
  transform: rotate(54deg);
  transition: background-color 0.3s, color 0.3s;
}
.series__link {
  text-align: center;
  color: #cb1e57;
  letter-spacing: calc(0.04 * 1em);
}
@media screen and (max-width: 767px) {
  .series__link {
    letter-spacing: calc(0.04 * 1em);
  }
}
.series__link {
  position: relative;
}
.series__link .tab-icon--vivid-pink {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  bottom: 3px;
}

.faq {
  padding-top: 80px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 24px;
  }
}
.faq__title {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .faq__title {
    margin-bottom: 16px;
    gap: 8px;
  }
}
.faq__en-title {
  color: #e3556f;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq__en-title {
    font-size: 40px;
    line-height: 1 !important;
  }
}
.faq__en-title {
  letter-spacing: calc(0.13 * 1em);
}
@media screen and (max-width: 767px) {
  .faq__en-title {
    letter-spacing: calc(0.13 * 1em);
  }
}
.faq__ja-title {
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .faq__ja-title {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
.faq__ja-title {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .faq__ja-title {
    letter-spacing: calc(0.05 * 1em);
  }
}
.faq__ja-title {
  font-weight: 500;
}
.faq__form-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .faq__form-text {
    font-size: 15px;
    line-height: 1.7333333333 !important;
  }
}
.faq__form-text {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .faq__form-text {
    letter-spacing: calc(0.05 * 1em);
  }
}
.faq__form-text {
  font-weight: 500;
  margin: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .faq__form-text {
    margin: 40px 0;
  }
}
.faq__accordion {
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .faq__accordion {
    width: 100%;
  }
}
.faq__ac-container {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .faq__ac-container {
    font-size: 15px;
    line-height: 1.4 !important;
  }
}
.faq__ac-container {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .faq__ac-container {
    letter-spacing: calc(0.05 * 1em);
  }
}
.faq__ac-container {
  font-weight: 500;
  border-bottom: 1px solid #e3556f;
}
.faq__ac-container:first-of-type {
  border-top: 1px solid #e3556f;
}
.faq__ac-title {
  padding: 16px 50px 16px 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.1s;
  display: flex;
}
@media screen and (max-width: 767px) {
  .faq__ac-title {
    padding: 10px 38px 10px 8px;
  }
}
.faq__text {
  padding: 6px 16px 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .faq__text {
    padding: 3px 8px 0;
  }
}
.faq__text a {
  color: #e3556f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.faq__icon-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__icon-wrap {
    right: 8px;
    width: 30px;
    height: 30px;
  }
}
.faq__icon {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__icon {
    width: 30px;
    height: 30px;
  }
}
.faq__icon:before,
.faq .faq__icon:after {
  display: flex;
  content: "";
  background-color: #e3556f;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .faq__icon:before,
  .faq .faq__icon:after {
    width: 12px;
    top: 15px;
  }
}
.faq__icon:before {
  width: 1px;
  height: 15px;
  top: 50%;
  left: 50%;
  transition-duration: 0.1s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .faq__icon:before {
    height: 12px;
    left: 15px;
  }
}
.faq__ac-title.open .faq__icon-wrap .faq__icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  transition-duration: 0.1s;
}
.faq__ac-inner-wrapper {
  display: flex;
}
.faq__ac-inner {
  display: none;
  padding: 6px 50px 16px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq__ac-inner {
    padding: 0 38px 10px 8px;
  }
}
.faq__a, .faq__q {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .faq__a, .faq__q {
    font-size: 16px;
    line-height: 1.625 !important;
  }
}
.faq__a, .faq__q {
  letter-spacing: calc(0.03 * 1em);
}
@media screen and (max-width: 767px) {
  .faq__a, .faq__q {
    letter-spacing: calc(0.03 * 1em);
  }
}
.faq__a, .faq__q {
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 500;
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  .faq__a, .faq__q {
    width: 30px;
    height: 30px;
    padding-left: 4px;
  }
}
.faq__a {
  color: #e3556f;
  border: 1px solid #e3556f;
}
.faq__q {
  color: #ffffff;
  background-color: #e3556f;
}

.button__flex {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  gap: 60px;
}
@media screen and (max-width: 1023px) {
  .button__flex {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .button__flex {
    gap: 3%;
  }
}
.button__block {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .button__block {
    width: 48.5%;
    box-sizing: border-box;
  }
}
.button__box {
  width: 100%;
  padding: 20px 16px;
  transition: 0.3s ease;
  display: flex;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid #cb1e57;
}
@media screen and (max-width: 767px) {
  .button__box {
    width: 100%;
    max-width: 333px;
    column-gap: 6px;
    margin: 0 auto;
    padding: 12px 6px;
    border: 1px solid #cb1e57;
  }
}
.button__box1 {
  background-color: #cb1e57;
  color: #fff;
  box-shadow: #921740 0 3px;
}
@media screen and (max-width: 767px) {
  .button__box1 {
    width: 100%;
    max-width: 333px;
    column-gap: 6px;
    margin: 0 auto;
    padding: 12px 6px;
    border: 1px solid #cb1e57;
  }
}
.button__box1 .button__arrow span {
  background-image: url("../images/tab-icon-white.svg");
}
.button__box2 {
  background-color: #ffffff;
  color: #cb1e57;
  box-shadow: #cb1e57 0 3px;
}
.button__box2 .button__arrow span {
  background-image: url("../images/tab-icon-vivid-pink.svg");
}
.button__text {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .button__text {
    font-size: 12px;
    line-height: 1.75 !important;
  }
}
.button__text {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .button__text {
    letter-spacing: calc(0 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .button__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .button__text {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 479px) and (max-width: 767px) {
  .button__text {
    font-size: 12px;
    line-height: 1.75 !important;
  }
}
.button__arrow {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .button__arrow {
    width: 14px;
    height: 14px;
  }
}
.button__arrow span {
  display: block;
  background-image: none;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .button__arrow span {
    width: 14px;
    height: 14px;
  }
}
.button a:hover .button__box {
  transform: translate(0, 3px);
  box-shadow: none;
}
.button__fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 16px 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  background-color: #ffd5d9;
}
@media screen and (max-width: 767px) {
  .button__fixed {
    padding: 8px 0 10px;
  }
}
.button__fixed-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1365px) {
  .button__fixed-wrap {
    flex-direction: column;
  }
}
.button__fixed-msg {
  display: flex;
  column-gap: 16px;
  color: #cb1e57;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .button__fixed-msg {
    font-size: 12px;
    line-height: 1.3333333333 !important;
  }
}
.button__fixed-msg {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .button__fixed-msg {
    letter-spacing: calc(0.05 * 1em);
  }
}
.button__fixed-msg {
  align-items: center;
}
@media screen and (max-width: 1365px) {
  .button__fixed-msg {
    justify-content: center;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .button__fixed-msg {
    text-align: center;
    margin-bottom: 8px;
  }
}
.button__fixed-icon {
  width: 35px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .button__fixed-icon {
    display: none;
  }
}
.button__fixed.fixed {
  opacity: 1;
  z-index: 1000;
}
.button__fixed .button__flex {
  gap: 16px;
}
@media screen and (max-width: 1365px) {
  .button__fixed .button__flex {
    gap: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .button__fixed .button__flex {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .button__fixed .button__flex {
    gap: 3%;
  }
}
.button__fixed .button__box2 {
  border: 1px solid #ffffff;
}

.attention {
  padding: 130px 0 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .attention {
    padding: 60px 0 32px;
  }
}
.attention .attention-01 {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .attention .attention-01 {
    flex-flow: column;
    gap: 10px;
  }
}
.attention .attention-01__title {
  background-color: #251e1c;
  text-align: center;
  width: 110px;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .attention .attention-01__title {
    font-size: 14px;
    line-height: 1.8571428571 !important;
  }
}
.attention .attention-01__title {
  letter-spacing: calc(0.2 * 1em);
}
@media screen and (max-width: 767px) {
  .attention .attention-01__title {
    letter-spacing: calc(0.2 * 1em);
  }
}
.attention .attention-01__title {
  font-weight: 500;
  color: #ffffff;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .attention .attention-01__title {
    width: 85px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .attention .attention-01__text {
    width: 100%;
  }
}
.attention .attention-01__text {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .attention .attention-01__text {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
.attention .attention-01__text {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .attention .attention-01__text {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .attention .attention-01__text p {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.attention .attention-01__text p::first-letter {
  color: #f7de33;
}
.attention .attention-02 {
  display: flex;
  gap: 20px;
  align-items: stretch;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .attention .attention-02 {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
.attention .attention-02 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .attention .attention-02 {
    flex-flow: column;
    gap: 15px;
    margin-top: 24px;
  }
}
.attention .attention-02__title {
  height: auto;
  min-width: 110px;
  border-right: solid 1px #251e1c;
  display: flex;
  padding-left: 8px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .attention .attention-02__title {
    min-width: none;
    width: fit-content;
    border-right: none;
    border-bottom: solid 1px #251e1c;
    display: block;
    padding-left: 0px;
  }
}
.attention .attention-02__text {
  width: 100%;
  letter-spacing: calc(0.02 * 1em);
}
@media screen and (max-width: 767px) {
  .attention .attention-02__text {
    letter-spacing: calc(0.05 * 1em);
  }
}
.attention .attention-02__text a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: 700;
  margin-right: 2px;
}
.attention .attention-02__text a img {
  width: 13px;
  height: auto;
  margin: 0 0 2px 2px;
  vertical-align: text-bottom;
}

.contact {
  background-color: #ffffff;
  width: 100%;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 0 0 30px;
  }
}
.contact__info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact__info {
    font-size: 14px;
    line-height: 1.5 !important;
  }
}
.contact__info {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .contact__info {
    letter-spacing: calc(0.05 * 1em);
  }
}
.contact__info {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact__info {
    flex-flow: column;
    align-items: baseline;
  }
}
.contact__info .info__title {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .contact__info .info__title {
    font-size: 14px;
    line-height: 1.5714285714 !important;
  }
}
.contact__info .info__title {
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .contact__info .info__title {
    letter-spacing: calc(0.05 * 1em);
  }
}
.contact__info .info__title {
  background-color: #251e1c;
  color: #ffffff;
  padding: 0 8px;
  height: auto;
}
.contact__info .info__tel img {
  width: 26px;
  height: auto;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .contact__info .info__tel img {
    margin: 0 4px 0 10px;
  }
}
.contact__info .info__tel--big {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact__info .info__tel--big {
    font-size: 20px;
    line-height: 1 !important;
  }
}
.contact__info .info__tel--big {
  letter-spacing: calc(0.07 * 1em);
}
@media screen and (max-width: 767px) {
  .contact__info .info__tel--big {
    letter-spacing: calc(0.07 * 1em);
  }
}
.contact__info .info__time {
  margin-top: 8px;
}
.contact__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact__text {
    margin-top: 20px;
  }
}
.contact__text li {
  font-size: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contact__text li {
    font-size: 10px;
    line-height: 1.7 !important;
  }
}
.contact__text li {
  letter-spacing: calc(0.02 * 1em);
}
@media screen and (max-width: 767px) {
  .contact__text li {
    letter-spacing: calc(0.02 * 1em);
  }
}
.contact__text li {
  display: flex;
}
.contact__policy {
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact__policy {
    font-size: 10px;
    line-height: 1.7 !important;
  }
}
.contact__policy {
  letter-spacing: calc(0.02 * 1em);
}
@media screen and (max-width: 767px) {
  .contact__policy {
    letter-spacing: calc(0.02 * 1em);
  }
}
.contact__policy {
  margin-top: 10px;
  width: fit-content;
}
.contact__policy p {
  border-bottom: solid 1px #dedddd;
  display: inline;
}
@media screen and (max-width: 767px) {
  .contact__policy {
    margin-top: 20px;
  }
}

.copyright {
  background-color: #251e1c;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 64px;
  letter-spacing: calc(0.02 * 1em);
}
@media screen and (max-width: 767px) {
  .copyright {
    letter-spacing: calc(0.02 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 12px;
    height: 62px;
    line-height: 62px;
  }
}

.tab-icon {
  content: "";
  display: inline-block;
  color: #cb1e57;
  width: 10px;
  height: 10px;
  background-image: url("../images/tab-icon.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 3px -2px 3px;
}
.tab-icon--pink {
  background-image: url("../images/tab-icon-pink.svg");
  width: 14px;
  height: 14px;
}
.tab-icon--vivid-pink {
  background-image: url("../images/tab-icon-vivid-pink.svg");
  width: 14px;
  height: 14px;
}
.tab-icon--white {
  background-image: url("../images/tab-icon-white.svg");
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .tab-icon--white {
    width: 14px;
    height: 14px;
  }
}