@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.premium {
  text-align: left;
  font-family: "Zen Kaku Gothic New", "Barlow Condensed";
}

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

.wrap {
  margin: 0 auto;
  max-width: 1360px;
}
@media screen and (min-width: 641px) {
  .wrap {
    padding: 0 20px;
    max-width: 1320px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .wrap {
    padding: 0 16px;
  }
}

.inner {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .inner {
    padding: 0 20px;
    max-width: 900px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 641px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sp-none {
    display: none;
  }
}
.premiumConcept {
  background: #fff;
}
@media screen and (min-width: 641px) {
  .premiumConcept {
    padding: 204px 0;
  }
}
@media screen and (max-width: 640px) {
  .premiumConcept {
    padding: 107px 0;
  }
}
@media screen and (min-width: 641px) {
  .premiumConcept-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.premiumConcept-body-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 641px) {
  .premiumConcept-body-letter {
    gap: 40px;
    margin-top: 23px;
    width: 455px;
  }
}
@media screen and (max-width: 640px) {
  .premiumConcept-body-letter {
    gap: 16px;
    margin-top: 40px;
  }
}
.premiumConcept-body-letter-ttl {
  color: #231815;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 641px) {
  .premiumConcept-body-letter-ttl {
    font-size: 3.2rem;
    line-height: 2em;
  }
}
@media screen and (max-width: 640px) {
  .premiumConcept-body-letter-ttl {
    font-size: 2rem;
    line-height: 1.6em;
  }
}
.premiumConcept-body-letter-txt {
  color: #231815;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 641px) {
  .premiumConcept-body-letter-txt {
    font-size: 1.6rem;
    line-height: 2.4em;
  }
}
@media screen and (max-width: 640px) {
  .premiumConcept-body-letter-txt {
    letter-spacing: 0.84px;
    font-size: 1.4rem;
    line-height: 2.4em;
  }
}
.premiumConcept-body-letter-txt-gold {
  color: #b4a578;
}

@media screen and (min-width: 641px) {
  .modeltop-item {
    margin-right: auto;
    padding-top: 220px;
    width: 421px;
  }
}
@media screen and (max-width: 640px) {
  .modeltop-item {
    padding-top: 233px;
    width: 100%;
  }
}

.premium-ttl {
  color: #b4a578;
  font-weight: 500;
  font-family: "Barlow Condensed";
  line-height: 1em;
}
@media screen and (min-width: 641px) {
  .premium-ttl {
    letter-spacing: 1.76px;
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 640px) {
  .premium-ttl {
    letter-spacing: 0.96px;
    font-size: 4.8rem;
  }
}
.premium-ttl.txtright {
  text-align: right;
}
.premium-ttl span {
  display: block;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New";
  line-height: 1em;
}
@media screen and (min-width: 641px) {
  .premium-ttl span {
    margin-top: 16px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .premium-ttl span {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}

.colorpinktxt {
  color: #a98777;
}

.colorpinkbackground {
  background: #eee7e3;
}

.colorgraytxt {
  color: #887;
}

.colorgraybackground {
  background: #e8e6e3;
}

.colorpurpletxt {
  color: #928187;
}

.colorpurplebackground {
  background: #eae6e6;
}

.premiumPoint {
  background: #f9f8f3;
}
@media screen and (min-width: 641px) {
  .premiumPoint {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 640px) {
  .premiumPoint {
    padding: 64px 0;
  }
}
.premiumPoint-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 641px) {
  .premiumPoint-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 63px;
  }
}
@media screen and (max-width: 640px) {
  .premiumPoint-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 48px;
  }
}
.premiumPoint-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 641px) {
  .premiumPoint-list-item {
    width: 273px;
  }
}
@media screen and (max-width: 640px) {
  .premiumPoint-list-item {
    padding: 0 30px;
    width: 100%;
  }
}
.premiumPoint-list-item-point {
  width: 100%;
}
.premiumPoint-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  color: #1f4467;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.6em;
}
@media screen and (min-width: 641px) {
  .premiumPoint-list-item-ttl {
    width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .premiumPoint-list-item-ttl {
    width: 280px;
  }
}
.premiumPoint-list-item-line {
  width: 100%;
}
.premiumPoint-list-item-txt {
  color: #231815;
  text-align: left;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 2em;
}

.premiumHowto {
  background: #fff;
}
@media screen and (min-width: 641px) {
  .premiumHowto {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 640px) {
  .premiumHowto {
    padding: 56px 0;
  }
}
.premiumHowto-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .premiumHowto-list {
    gap: 40px;
    margin-top: 92px;
  }
}
@media screen and (max-width: 640px) {
  .premiumHowto-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 52px;
    margin-top: 76px;
    padding: 0 30px;
  }
}
.premiumHowto-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-radius: 16px;
  background: #f9f8f3;
}
@media screen and (min-width: 641px) {
  .premiumHowto-list-item {
    padding: 56px 16px 32px;
    width: 273px;
  }
}
@media screen and (max-width: 640px) {
  .premiumHowto-list-item {
    padding: 56px 16px 32px;
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .premiumHowto-list-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -16px;
    right: -130px;
    width: 230px;
    height: 12px;
    background: url(../img/img_howtoline.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.premiumHowto-list-item.number01::before {
  content: "";
  position: absolute;
  top: -24px;
  width: 44px;
  height: 44px;
  background: url(../img/img_howto_number01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.premiumHowto-list-item.number02::before {
  content: "";
  position: absolute;
  top: -24px;
  width: 44px;
  height: 44px;
  background: url(../img/img_howto_number02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.premiumHowto-list-item.number03::before {
  content: "";
  position: absolute;
  top: -24px;
  width: 44px;
  height: 44px;
  background: url(../img/img_howto_number03.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .premiumHowto-list-item-img {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .premiumHowto-list-item-img {
    width: 130px;
  }
}
.premiumHowto-list-item-txt {
  color: #231815;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2em;
}

.premiumCategory {
  background: #f9f8f3;
}
@media screen and (min-width: 641px) {
  .premiumCategory {
    padding: 80px 100px;
  }
}
@media screen and (max-width: 640px) {
  .premiumCategory {
    padding: 56px 0;
  }
}
@media screen and (min-width: 641px) {
  .premiumCategory-txt {
    margin: 72px auto 0;
    width: 285px;
  }
}
@media screen and (max-width: 640px) {
  .premiumCategory-txt {
    margin: 48px auto 0;
    width: 223px;
  }
}
.premiumCategory-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 641px) {
  .premiumCategory-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .premiumCategory-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 641px) {
  .premiumCategory-list-item {
    width: 273px;
  }
}
@media screen and (max-width: 640px) {
  .premiumCategory-list-item {
    padding: 0 30px;
    width: 100%;
  }
}
.premiumCategory-list-item-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px dashed #b4a578;
  border-radius: 273px;
  background: #fff;
  color: #231815;
  text-align: center;
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (min-width: 641px) {
  .premiumCategory-list-item-circle {
    width: 273px;
    height: 273px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .premiumCategory-list-item-circle {
    margin: 0 auto;
    width: 246px;
    height: 246px;
    font-size: 1.4rem;
  }
}
.premiumCategory-list-item-circle::after {
  content: "";
  position: absolute;
  bottom: -48px;
  width: 12px;
  height: 44px;
  background: url(../img/img_category_itemline.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.premiumCategory-list-item-category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  width: 100%;
  height: 68px;
  border-radius: 6px;
  letter-spacing: 1.44px;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: Alegreya;
  line-height: 1em;
}
.premiumCategory-list-item-category.categoryitem01 {
  position: relative;
}
.premiumCategory-list-item-category.categoryitem01::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 22px;
  height: 22px;
  background: url(../img/pink_polygon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.premiumCategory-list-item-category.categoryitem02 {
  position: relative;
}
.premiumCategory-list-item-category.categoryitem02::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 22px;
  height: 22px;
  background: url(../img/gray_polygon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.premiumCategory-list-item-category.categoryitem03 {
  position: relative;
}
.premiumCategory-list-item-category.categoryitem03::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 22px;
  height: 22px;
  background: url(../img/purple_polygon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.premiumCategory-list-item-category-span {
  display: block;
  letter-spacing: 0.96px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1em;
}
.premiumCategory-list-item-imgbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 22px;
}
.premiumCategory-list-item-imgbody-item {
  width: 132px;
}
.premiumCategory-list-item-imgbody-item-img {
  width: 100%;
}
.premiumCategory-list-item-imgbody-item-caption {
  margin-top: 4px;
  color: #231815;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: Alegreya;
  line-height: 1em;
}
.premiumCategory-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.premiumCategory-list-item-txt {
  margin-top: 12px;
  color: #231815;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2em;
}
.premiumCategory-list-item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  width: 273px;
  height: 44px;
  border-radius: 50px;
  color: #231815;
  font-weight: 600;
  font-size: 1.4rem;
}
.premiumCategory-list-item-link:hover {
  color: #fff;
  text-decoration: none;
}
.premiumCategory-list-item-link::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(../img/arrow_bottom_black.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.premiumPlan {
  background: #fff;
}
@media screen and (min-width: 641px) {
  .premiumPlan {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 640px) {
  .premiumPlan {
    padding: 56px 0;
  }
}
.premiumPlan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .premiumPlan-list {
    gap: 100px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 640px) {
  .premiumPlan-list {
    gap: 100px;
    margin-top: 48px;
  }
}
.premiumPlan-list-item {
  width: 100%;
}
.premiumPlan-list-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  border-radius: 6px;
}
@media screen and (min-width: 641px) {
  .premiumPlan-list-item-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .premiumPlan-list-item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 105px;
  }
}
.premiumPlan-list-item-header-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  letter-spacing: 1.92px;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: Alegreya;
  line-height: 1em;
}
.premiumPlan-list-item-header-ttl-span {
  letter-spacing: 1.2px;
  font-size: 2rem;
}
.premiumPlan-list-item-header-txt {
  color: #231815;
  font-weight: 400;
}
@media screen and (min-width: 641px) {
  .premiumPlan-list-item-header-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .premiumPlan-list-item-header-txt {
    font-size: 1.4rem;
  }
}
.premiumPlan-list-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 641px) {
  .premiumPlan-list-item-body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .premiumPlan-list-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.premiumPlan-list-item-body-contents {
  margin-top: 32px;
}
@media screen and (min-width: 641px) {
  .premiumPlan-list-item-body-contents {
    width: 410px;
  }
}
@media screen and (max-width: 640px) {
  .premiumPlan-list-item-body-contents {
    width: 100%;
  }
}
.premiumPlan-list-item-body-contents-phrase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #231815;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.premiumPlan-list-item-body-contents-phrase::before {
  content: "";
  display: block;
  width: 12px;
  height: 26px;
  background: url(../img/phrase_left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.premiumPlan-list-item-body-contents-phrase::after {
  content: "";
  display: block;
  width: 12px;
  height: 26px;
  background: url(../img/phrase_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.premiumPlan-list-item-body-contents-ttl {
  margin-top: 6px;
  text-align: center;
  letter-spacing: 1.92px;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: Alegreya;
  line-height: 1em;
}
.premiumPlan-list-item-body-contents-img {
  margin-top: 16px;
  width: 100%;
}
.premiumPlan-list-item-body-contents-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 8px;
  padding: 16px 20px;
  border: 1px solid #e8e6e3;
}
.premiumPlan-list-item-body-contents-menu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.premiumPlan-list-item-body-contents-menu-flex-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.premiumPlan-list-item-body-contents-menu-flex-dl-dt {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1em;
}
.premiumPlan-list-item-body-contents-menu-flex-dl-dd {
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1em;
}
.premiumPlan-list-item-body-contents-txt {
  margin-top: 16px;
  height: 75px;
}
.premiumPlan-list-item-body-contents-zu {
  margin-top: 4px;
  width: 1005;
}
.premiumPlan-list-item-body-contents-pointerea {
  margin-top: 20px;
}
.premiumPlan-list-item-body-contents-pointerea-icon {
  margin: 20px auto 0;
  width: 38px;
}
.premiumPlan-list-item-body-contents-pointerea-txt {
  margin-top: 12px;
  color: #231815;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.premiumPlan-list-item-body-contents-pointerea-img {
  width: 240px;
}
@media screen and (min-width: 641px) {
  .premiumPlan-list-item-body-contents-pointerea-img {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .premiumPlan-list-item-body-contents-pointerea-img {
    margin: 8px auto 0;
  }
}