/*! 
Theme Name: STPR Study
Author: covs
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "M PLUS Rounded 1c";
  line-height: 2;
  color: #494265;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: clip;
  max-width: 100vw;
  position: relative;
  font-family: "M PLUS Rounded 1c";
  line-height: 2;
  color: #494265;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  max-width: 100vw;
}
body::selection {
  background-color: #FD719B;
  color: #494265;
}

main {
  display: block;
  line-height: 2;
  color: #494265;
  transition: opacity 0.3s ease;
  transition: all 1s cubic-bezier(0.59, 0, 0.265, 0.995);
  transition-timing-function: cubic-bezier(0.59, 0, 0.265, 0.995);
  position: relative;
}
main::before {
  content: "";
  display: block;
  width: 100vw;
  min-height: 100vw;
  height: 1024px;
  background-image: url(./img/common/bg.webp);
  background-repeat: repeat-y;
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  main {
    margin-top: 0px !important;
  }
}
main.-show {
  margin-top: 0px !important;
  opacity: 1;
}
main.-stripe {
  background-color: #FFF0F0;
}
main.-stripe::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: block;
  background: repeating-linear-gradient(-45deg, #FFEBEB 0, #FFEBEB clamp(8.4px, 8.4px + (14 - 8.4) * (100vw - 375px) / 1065, 14px), transparent clamp(8.4px, 8.4px + (14 - 8.4) * (100vw - 375px) / 1065, 14px), transparent clamp(25.2px, 25.2px + (42 - 25.2) * (100vw - 375px) / 1065, 42px));
  pointer-events: none;
}
main.-pink {
  background-color: #FFE1F1;
}
main.-blue {
  background-color: #CFF7FF;
}

section {
  position: relative;
  z-index: 3;
}

li {
  list-style: none;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  appearance: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-style: none;
}

br.-sp {
  display: none;
}
br.-pc {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

button,
input {
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  border-radius: 0px;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 767px) {
  br.-sp {
    display: inline;
  }
  br.-pc {
    display: none;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: "M PLUS Rounded 1c";
}

p {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}

button,
input,
select,
optgroup,
textarea {
  font-weight: normal;
  font-style: normal;
}

span {
  display: inline-block;
}

.grecaptcha-badge {
  display: none !important;
}

.pageName {
  display: none;
}

.pageTop {
  display: none;
}

.anchor {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.burger {
  cursor: pointer;
  position: fixed;
  top: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
  right: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
  z-index: 200;
  padding: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.burger.-menu {
  opacity: 1;
  pointer-events: auto;
}

.burgerWrap {
  width: clamp(24px, 24px + (30 - 24) * (100vw - 375px) / 1065, 30px);
  height: clamp(12px, 12px + (15 - 12) * (100vw - 375px) / 1065, 15px);
  position: relative;
}

.burgerBar {
  height: clamp(2.4px, 2.4px + (3 - 2.4) * (100vw - 375px) / 1065, 3px);
  width: clamp(24px, 24px + (30 - 24) * (100vw - 375px) / 1065, 30px);
  background-color: black;
  position: absolute;
  left: 50%;
  transition: all 0.2s ease;
}
.burgerBar:nth-of-type(1) {
  top: 0%;
  transform: translate(-50%, 0%) rotate(0deg);
}
.burgerBar:nth-of-type(1).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burgerBar:nth-of-type(2) {
  top: 100%;
  transform: translate(-50%, -100%) rotate(0deg);
}
.burgerBar:nth-of-type(2).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumbList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
  width: 100%;
}

.breadcrumbItem {
  font-size: clamp(1.1rem, 11px + (14 - 11) * (100vw - 375px) / 1065, 1.4rem);
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .breadcrumbItem {
    line-height: 1.2;
  }
}
.breadcrumbItem {
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.breadcrumbItem:not(:last-of-type)::after {
  color: black;
  content: "/";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.pagination {
  padding-top: 80px;
  width: 100%;
}

.paginationBody {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(18px, 18px + (32 - 18) * (100vw - 375px) / 1065, 32px);
}

@media (max-width: 374px) {
  .paginationBodyIcon {
    display: none;
  }
}
.paginationBodyIcon.-prev::after {
  content: "";
  display: block;
  width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  min-width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  height: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  background-image: url(./img/common/icon_expand_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: -90deg;
}
.paginationBodyIcon.-next::after {
  content: "";
  display: block;
  width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  min-width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  height: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  background-image: url(./img/common/icon_expand_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 90deg;
}
.paginationBodyIcon.-hide {
  pointer-events: none;
  opacity: 0.2;
}

.paginationBodyNum {
  position: relative;
  color: #FD719B;
  text-align: center;
  font-size: clamp(2rem, 20px + (24 - 20) * (100vw - 375px) / 1065, 2.4rem);
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 767px) {
  .paginationBodyNum {
    line-height: 1;
  }
}
.paginationBodyNum.-current {
  pointer-events: none;
  color: white;
  position: relative;
  z-index: 2;
  margin-left: 0.4em;
  margin-right: 0.4em;
}
.paginationBodyNum.-current::after {
  content: "";
  display: block;
  width: clamp(40px, 40px + (56 - 40) * (100vw - 375px) / 1065, 56px);
  height: clamp(40px, 40px + (56 - 40) * (100vw - 375px) / 1065, 56px);
  background-image: url(./img/common/icon_star_pink_pagination.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  z-index: -1;
}

.paginationBodyEllipsis {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(2px, 2px + (3 - 2) * (100vw - 375px) / 1065, 3px);
}
.paginationBodyEllipsis span {
  display: block;
  width: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  min-width: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  height: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  border-radius: 50%;
  background: red;
}

.-noSpace {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.btn {
  text-align: center;
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 800;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .btn {
    line-height: 1.5;
  }
}
.btn {
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
  width: clamp(238px, 238px + (400 - 238) * (100vw - 375px) / 1065, 400px);
  max-width: 100%;
  padding-left: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / 1065, 40px);
  padding-right: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / 1065, 40px);
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: white;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.btn:hover {
  opacity: 1;
}
.btn.-pink {
  color: #FD719B;
  border: 2px solid #FD719B;
}
.btn.-pink:hover {
  color: white;
  background: linear-gradient(90deg, #FD719B 0%, #FD9371 100%);
}
.btn.-blue {
  color: #09F;
  border: 2px solid #09F;
}
.btn.-blue:hover {
  color: white;
  background: linear-gradient(90deg, #09F 0%, #00E6FF 100%);
}
.btn.-other {
  border: 2px solid currentColor;
}
.btn.-other:hover {
  color: white !important;
  background: linear-gradient(90deg, var(--start-color) 0%, var(--end-color) 100%);
}

.pattern {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}
.pattern.-pink {
  background-color: #FFE5F0;
  background-image: radial-gradient(circle, #FFD3E2 4px, transparent 4px);
  background-size: 32px 32px;
}
.pattern.-blue {
  background-image: linear-gradient(to right, #BCF3FF 2px, transparent 2px), linear-gradient(to bottom, #BCF3FF 2px, transparent 2px);
  background-size: 16px 16px;
}
.pattern.-ptn {
  background: repeating-linear-gradient(-45deg, #FFEBEB 0, #FFEBEB 14px, transparent 14px, transparent 42px);
}

.header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  background-color: white;
  border-radius: 100px;
  z-index: 200;
  box-shadow: 0 0 5px 0 rgba(253, 113, 155, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  column-gap: 8px;
  padding-left: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  padding-right: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: 12px;
    padding-top: 16px;
    top: 0;
    width: 100%;
    border-radius: 0;
    padding-bottom: 4px;
  }
}
.headerTtl {
  display: contents;
}

.headerLogo img {
  height: clamp(42px, 42px + (48 - 42) * (100vw - 375px) / 1065, 48px);
  object-fit: contain;
}

.headerBody {
  display: contents;
}

.headerBodyList.-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(5px, 5px + (12 - 5) * (100vw - 375px) / 1065, 12px);
}
.headerBodyList.-sub {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 12px));
  border-radius: 8px;
  border: 2px solid #FD719B;
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.headerBodyList.-sub.-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, calc(100% + 12px));
}
@media (max-width: 767px) {
  .headerBodyList.-sub.-active {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 767px) {
  .headerBodyList.-sub {
    border: none;
    width: 100%;
    border-radius: 0;
    position: fixed;
    bottom: auto;
    top: 89px;
    z-index: -1;
    transform: translate(-50%, -20px);
  }
}

.headerBodyItem.-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(5px, 5px + (12 - 5) * (100vw - 375px) / 1065, 12px);
  position: relative;
}
.headerBodyItem.-sub {
  color: #FD719B;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 12px + (16 - 12) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
  opacity: 0.5;
}
.headerBodyItem.-sub.-current {
  opacity: 1;
}
.headerBodyItem.-sub:not(:first-of-type) {
  margin-top: 8px;
  border-top: 2px solid #FFF0F0;
  padding-top: 8px;
}

.headerBodyIcon {
  width: clamp(6px, 6px + (12 - 6) * (100vw - 375px) / 1065, 12px);
  height: clamp(6px, 6px + (12 - 6) * (100vw - 375px) / 1065, 12px);
  object-fit: contain;
}
@media (max-width: 374px) {
  .headerBodyIcon {
    display: none;
  }
}

.headerBodyLink {
  white-space: nowrap;
}
@media (max-width: 400px) {
  .headerBodyLink.-first {
    display: none;
  }
}
.headerBodyLink.-main {
  text-align: center;
  font-size: clamp(1rem, 10px + (16 - 10) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FD719B;
  opacity: 0.5;
  position: relative;
}
.headerBodyLink.-main.-current {
  opacity: 1;
}
.headerBodyLink.-main.-current::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FD719B;
  position: absolute;
  bottom: calc(-100% + 100% - clamp(6px, 6px + (8 - 6) * (100vw - 375px) / 1065, 8px));
  left: 50%;
  border-radius: 100px;
  transform: translateX(-50%);
}
.headerBodyLink.-sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(8px, 8px + (12 - 8) * (100vw - 375px) / 1065, 12px);
}
.headerBodyLink.-sub span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 276px;
  max-width: 400px;
}
.headerBodyLink.-sub::before {
  content: "";
  display: block;
  width: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  min-width: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  height: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  min-height: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  background-image: url(./img/top/icon_pen_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.headerBodyLink.-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(4px, 4px + (8 - 4) * (100vw - 375px) / 1065, 8px);
}
.headerBodyLink.-btn.-active::after {
  transform: rotate(0deg);
}
.headerBodyLink.-btn::after {
  content: "";
  display: block;
  width: clamp(12px, 12px + (24 - 12) * (100vw - 375px) / 1065, 24px);
  min-width: clamp(12px, 12px + (24 - 12) * (100vw - 375px) / 1065, 24px);
  height: clamp(12px, 12px + (24 - 12) * (100vw - 375px) / 1065, 24px);
  background-image: url(./img/common/icon_expand_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.headerBodyLink.-btn:hover {
  opacity: 0.7;
}

.footer {
  box-shadow: 0 0 5px 0 rgba(253, 113, 155, 0.4);
  padding-top: clamp(64px, 64px + (80 - 64) * (100vw - 375px) / 1065, 80px);
  margin-top: calc(-100% + 100% - clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px));
  border-top-left-radius: clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px);
  border-top-right-radius: clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.footer {
  max-width: none;
  position: relative;
  z-index: 20;
  background-color: white;
  background-image: linear-gradient(to right, #FFF7F7 2px, transparent 2px), linear-gradient(to bottom, #FFF7F7 2px, transparent 2px);
  background-size: 16px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.footerInner {
  width: 100%;
  max-width: 1120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.footerShare {
  width: 100%;
}

.footerShareTtl {
  color: #FD719B;
  text-align: center;
  font-size: clamp(2.8rem, 28px + (40 - 28) * (100vw - 375px) / 1065, 4rem);
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footerShareTtl {
    line-height: 1.5;
  }
}

.footerShareList {
  margin-top: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / 1065, 40px);
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  row-gap: 16px;
  column-gap: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
}

.footerShareItem {
  width: calc((100% - clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px) * (2)) / 3);
}
@media (max-width: 1000px) {
  .footerShareItem {
    width: calc((100% - clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px) * (0)) / 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.footerShareLink {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border-radius: 100px;
  column-gap: 8px;
  background: #FD719B;
  padding-left: clamp(6px, 6px + (8 - 6) * (100vw - 375px) / 1065, 8px);
  padding-top: clamp(4px, 4px + (6 - 4) * (100vw - 375px) / 1065, 6px);
  padding-bottom: clamp(4px, 4px + (6 - 4) * (100vw - 375px) / 1065, 6px);
  padding-right: clamp(20px, 20px + (24 - 20) * (100vw - 375px) / 1065, 24px);
}
@media (max-width: 1000px) {
  .footerShareLink {
    max-width: 238px;
  }
}

.footerShareIcon {
  width: clamp(32px, 32px + (40 - 32) * (100vw - 375px) / 1065, 40px);
  min-width: clamp(32px, 32px + (40 - 32) * (100vw - 375px) / 1065, 40px);
  object-fit: contain;
}

.footerShareTxt {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .footerShareTxt {
    line-height: 1.8;
  }
}
.footerShareTxt {
  letter-spacing: 0.04em;
}

.footerBody {
  margin-top: clamp(178px, 178px + (268 - 178) * (100vw - 375px) / 1065, 268px);
  width: 100%;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 0 5px rgba(253, 113, 155, 0.4));
  padding-bottom: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
}
.footerBody::after {
  border-top: 2px solid #FD719B;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: white;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.footerBodyInner {
  width: 100%;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.footerBodyInner::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: white;
}

.footerBodyLogo {
  margin-top: calc(-100% + 100% - clamp(108px, 108px + (148 - 108) * (100vw - 375px) / 1065, 148px));
  width: clamp(266px, 266px + (416 - 266) * (100vw - 375px) / 1065, 416px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.footerBodyLogo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 0;
  border-top: 2px solid #FD719B;
  border-left: 2px solid #FD719B;
  display: block;
  width: clamp(266px, 266px + (416 - 266) * (100vw - 375px) / 1065, 416px);
  height: clamp(266px, 266px + (416 - 266) * (100vw - 375px) / 1065, 416px);
  border-radius: 50%;
  transform: rotate(45deg);
  transform-origin: center center;
  background-color: white;
}
.footerBodyLogo img {
  margin-top: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / 1065, 80px);
  width: clamp(117px, 117px + (200 - 117) * (100vw - 375px) / 1065, 200px);
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.footerBodyLogo::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: clamp(108px, 108px + (148 - 108) * (100vw - 375px) / 1065, 148px);
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.footerBodyTxt {
  position: relative;
  z-index: 2;
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .footerBodyTxt {
    line-height: 1.79;
  }
}
.footerBodyTxt {
  color: #FD719B;
  letter-spacing: 0.04em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(8px, 8px + (12 - 8) * (100vw - 375px) / 1065, 12px);
  text-align: center;
  position: relative;
}
.footerBodyTxt.-first {
  margin-top: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / 1065, 80px);
}
.footerBodyTxt::before {
  content: "";
  display: block;
  width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  min-width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  height: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  background-image: url(./img/common/icon_star_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footerBodyTxt::after {
  content: "";
  display: block;
  width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  min-width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  height: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  background-image: url(./img/common/icon_star_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footerBodyList {
  margin-top: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(13px, 13px + (56 - 13) * (100vw - 375px) / 1065, 56px);
  row-gap: 16px;
}

.footerBodyItem {
  position: relative;
  z-index: 2;
}

.footerBodyLink {
  position: relative;
  z-index: 2;
}
.footerBodyLink.-btn {
  margin-top: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  border: 2px solid #FD719B;
  background: #FFF0F0;
}

.footerBodyIcon {
  position: relative;
  z-index: 2;
  width: clamp(24px, 24px + (48 - 24) * (100vw - 375px) / 1065, 48px);
  min-width: clamp(24px, 24px + (48 - 24) * (100vw - 375px) / 1065, 48px);
  height: clamp(24px, 24px + (48 - 24) * (100vw - 375px) / 1065, 48px);
  min-height: clamp(24px, 24px + (48 - 24) * (100vw - 375px) / 1065, 48px);
  object-fit: contain;
}

.footerBodyContainer {
  margin-top: clamp(24px, 24px + (66 - 24) * (100vw - 375px) / 1065, 66px);
  position: relative;
  z-index: 2;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(40px, 40px + (96 - 40) * (100vw - 375px) / 1065, 96px);
  row-gap: 24px;
}
@media (max-width: 767px) {
  .footerBodyContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.footerBodyWrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footerBodyWrap {
    width: 100%;
  }
}

.footerCopy {
  padding-top: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
  padding-bottom: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
  width: 100vw;
  background: #FD719B;
}

.footerCopyTxt {
  color: #FFF;
  text-align: center;
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.error {
  padding-top: clamp(129px, 129px + (200 - 129) * (100vw - 375px) / 1065, 200px);
  padding-bottom: clamp(28px, 28px + (100 - 28) * (100vw - 375px) / 1065, 100px);
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .error {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.errorInner {
  width: 100%;
}

.errorBody {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.errorBodyTtl {
  text-align: center;
}
.errorBodyTtl.-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: clamp(5.6px, 5.6px + (8 - 5.6) * (100vw - 375px) / 1065, 8px);
}
.errorBodyTtl.-num {
  font-size: clamp(7.2rem, 72px + (120 - 72) * (100vw - 375px) / 1065, 12rem);
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 767px) {
  .errorBodyTtl.-num {
    line-height: 1;
  }
}
.errorBodyTtl.-num {
  color: #FD719B;
  letter-spacing: 0.04em;
}
.errorBodyTtl.-txt {
  font-size: clamp(2.4rem, 24px + (40 - 24) * (100vw - 375px) / 1065, 4rem);
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .errorBodyTtl.-txt {
    line-height: 1.8;
  }
}
.errorBodyTtl.-txt {
  color: #FD719B;
  letter-spacing: 0.04em;
}

.errorBodyTxt {
  margin-top: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / 1065, 80px);
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .errorBodyTxt {
    line-height: 1.79;
  }
}
.errorBodyTxt {
  color: #494265;
  letter-spacing: 0.04em;
  text-align: center;
}

.errorBodyLink {
  margin-top: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / 1065, 80px);
}

.errorBodyImg {
  margin-top: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / 1065, 80px);
  width: clamp(393px, 393px + (1220 - 393) * (100vw - 375px) / 1065, 1220px);
  max-width: 100%;
  object-fit: contain;
}

.hero {
  padding-top: clamp(129px, 129px + (200 - 129) * (100vw - 375px) / 1065, 200px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hero {
  position: relative;
  z-index: 3;
}

.heroInner {
  width: 100%;
}

.heroBody {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.heroBodyTtl {
  text-align: center;
  font-size: clamp(2rem, 20px + (40 - 20) * (100vw - 375px) / 1065, 4rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  width: clamp(574px, 574px + (820 - 574) * (100vw - 375px) / 1065, 820px);
  max-width: 100%;
  padding-bottom: clamp(24px, 24px + (32 - 24) * (100vw - 375px) / 1065, 32px);
  position: relative;
  border: none;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .heroBodyTtl {
    width: 100%;
  }
}
.heroBodyTtl.-pink {
  color: #FD719B;
  border-bottom: 2px solid #FD719B;
}
.heroBodyTtl.-blue {
  color: #09F;
  border-bottom: 2px solid #09F;
}

.heroBodyLine {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 8px;
  left: 0;
}
.heroBodyLine.-pink {
  background-color: #FD719B;
}
.heroBodyLine.-blue {
  background-color: #09F;
}

.faq {
  padding-top: clamp(40px, 40px + (118 - 40) * (100vw - 375px) / 1065, 118px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .faq {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.faq {
  padding-bottom: calc(clamp(80px, 80px + (160 - 80) * (100vw - 375px) / 1065, 160px) + clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px));
  position: relative;
  z-index: 3;
}

.faqInner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  .faqInner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 40px;
  }
}

.faqHead {
  width: clamp(187.6px, 187.6px + (268 - 187.6) * (100vw - 375px) / 1065, 268px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  background: rgb(255, 255, 255);
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  position: relative;
}
@media (max-width: 767px) {
  .faqHead {
    width: 100%;
  }
}
.faqHead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, #FFF7F7 0px, #FFF7F7 2px, transparent 2px, transparent 14px), repeating-linear-gradient(90deg, #FFF7F7 0px, #FFF7F7 2px, transparent 2px, transparent 14px);
  background-size: 14px 14px;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  pointer-events: none;
  z-index: 0;
}

.faqHeadWrap {
  margin-top: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
}
@media (max-width: 767px) {
  .faqHeadWrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
  }
}

.faqHeadTtl {
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .faqHeadTtl {
    line-height: 1.79;
  }
}
.faqHeadTtl {
  color: #FD719B;
  letter-spacing: 0.04em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(8px, 8px + (12 - 8) * (100vw - 375px) / 1065, 12px);
  text-align: center;
  position: relative;
  z-index: 1;
}
.faqHeadTtl::before {
  content: "";
  display: block;
  width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  min-width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  height: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  background-image: url(./img/common/icon_star_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.faqHeadTtl::after {
  content: "";
  display: block;
  width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  min-width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  height: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  background-image: url(./img/common/icon_star_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.faqHeadBtn {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .faqHeadBtn {
    line-height: 1.79;
  }
}
.faqHeadBtn {
  color: #FFCADA;
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
}
.faqHeadBtn:hover {
  opacity: 0.7;
}
.faqHeadBtn.-current {
  color: #494265;
  pointer-events: none;
}
@media (max-width: 767px) {
  .faqHeadBtn:hover {
    opacity: 1;
  }
  .faqHeadBtn:not(:last-of-type)::after {
    position: absolute;
    top: 50%;
    transform: translate(calc(100% + 8px), -50%);
    right: 0;
    content: "";
    display: block;
    width: 8px;
    min-width: 8px;
    height: 8px;
    background-image: url(./img/common/icon_star_pink.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}

.faqBody {
  width: calc(100% - clamp(187.6px, 187.6px + (268 - 187.6) * (100vw - 375px) / 1065, 268px) - clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px));
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .faqBody {
    width: 100%;
  }
}

.faqBodyList {
  width: 100%;
}
.faqBodyList.-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 24px;
}

.faqBodyItem.-main {
  width: 100%;
  background: white;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  overflow: hidden;
}
.faqBodyItem.-sub {
  display: contents;
}

.faqBodyBtn {
  padding-top: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
  padding-left: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  padding-right: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  cursor: pointer;
  width: 100%;
  cursor: pointer;
}
.faqBodyBtn:hover {
  opacity: 1;
  background-color: whitesmoke;
}

.faqBodyWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 32px;
  padding-bottom: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
  border-bottom: 2px dashed #FFCADA;
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .faqBodyWrap {
    line-height: 1.79;
  }
}
.faqBodyWrap {
  letter-spacing: 0.04em;
  text-align: left;
  transition: all 0.5s ease;
  color: #FD719B;
}
.faqBodyWrap.-hide {
  border-bottom: 2px dashed transparent;
  color: #494265;
}

.faqBodyQuestion {
  display: contents;
}

.faqBodyIcon {
  margin-top: clamp(2px, 2px + (4 - 2) * (100vw - 375px) / 1065, 4px);
  width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  min-width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  height: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  min-height: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  object-fit: contain;
  transform: rotate(0deg);
}
.faqBodyIcon.-hide {
  transform: rotate(180deg);
}

.faqBodyAnswer {
  margin-top: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 400;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .faqBodyAnswer {
    line-height: 1.79;
  }
}
.faqBodyAnswer {
  color: #494265;
  letter-spacing: 0.04em;
  padding-bottom: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
  padding-left: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  padding-right: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  overflow: hidden;
  transition: all 0.5s ease;
}
.faqBodyAnswer.-hide {
  margin-top: 0 !important;
  height: 0 !important;
  padding-bottom: 0 !important;
}
.faqBodyAnswer a {
  text-decoration: underline;
  color: #FD719B;
  font-weight: 800;
}

.faqBodyLink {
  margin-top: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / 1065, 80px);
}

.article {
  position: relative;
  z-index: 3;
  padding-top: clamp(129px, 129px + (200 - 129) * (100vw - 375px) / 1065, 200px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .article {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.article {
  padding-bottom: calc(clamp(80px, 80px + (160 - 80) * (100vw - 375px) / 1065, 160px) + clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px));
}

.articleInner {
  width: 100%;
  background-color: white;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: clamp(16px, 16px + (64 - 16) * (100vw - 375px) / 1065, 64px);
  padding-right: clamp(16px, 16px + (64 - 16) * (100vw - 375px) / 1065, 64px);
}

.articleHead {
  width: 100%;
}

.articleHeadMeta {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
  row-gap: 4px;
  flex-wrap: wrap;
}

.articleHeadTime {
  font-size: clamp(2rem, 20px + (20 - 20) * (100vw - 375px) / 1065, 2rem);
  font-weight: 900;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .articleHeadTime {
    line-height: 1.8;
  }
}
.articleHeadTime {
  color: #FD719B;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.articleHeadCategory {
  margin-top: 4px;
  font-size: clamp(1.4rem, 14px + (14 - 14) * (100vw - 375px) / 1065, 1.4rem);
  font-weight: 800;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .articleHeadCategory {
    line-height: 1.79;
  }
}
.articleHeadCategory {
  color: #FD719B;
  letter-spacing: 0.04em;
  border-radius: 20px;
  border: 1px solid #FD719B;
  background: #FFF;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  max-width: 100%;
}
.articleHeadCategory span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 100%;
}

.articleHeadTtl {
  margin-top: 8px;
  font-size: clamp(1.4rem, 14px + (18 - 14) * (100vw - 375px) / 1065, 1.8rem);
  font-weight: 800;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .articleHeadTtl {
    line-height: 1.79;
  }
}
.articleHeadTtl {
  color: #494265;
  letter-spacing: 0.04em;
}

.articleBody {
  width: 100%;
}

.articleBodyTtl.-first {
  margin-top: 64px;
  font-size: clamp(1.51rem, 15.1px + (18 - 15.1) * (100vw - 375px) / 1065, 1.8rem);
  line-height: 1.79;
  font-weight: 800;
  color: #FD719B;
  letter-spacing: 0.04em;
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 2px dashed #FD719B;
}
.articleBodyTtl.-second {
  margin-top: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / 1065, 40px);
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .articleBodyTtl.-second {
    line-height: 1.79;
  }
}
.articleBodyTtl.-second {
  color: #494265;
  letter-spacing: 0.04em;
}

.articleBodyTxt {
  margin-top: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / 1065, 40px);
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 400;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .articleBodyTxt {
    line-height: 1.79;
  }
}
.articleBodyTxt {
  color: #494265;
  letter-spacing: 0.04em;
}
.articleBodyTxt a {
  text-decoration: underline;
  color: #FD719B;
  font-weight: 800;
}

.articleBodyImg {
  margin-top: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / 1065, 40px);
  width: 100%;
  aspect-ratio: 16/9;
}

.articleLinks {
  margin-top: clamp(40px, 40px + (120 - 40) * (100vw - 375px) / 1065, 120px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.articleLinksSub {
  margin-top: -39px;
  width: 100%;
  padding-left: clamp(32px, 32px + (48 - 32) * (100vw - 375px) / 1065, 48px);
  padding-right: clamp(32px, 32px + (48 - 32) * (100vw - 375px) / 1065, 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .articleLinksSub {
    margin-top: 16px;
  }
}

.articleLinksBtn {
  position: relative;
  z-index: 3;
}

.articleLinksLink {
  color: #FD719B;
  font-size: clamp(1.4rem, 14px + (14 - 14) * (100vw - 375px) / 1065, 1.4rem);
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .articleLinksLink {
    line-height: 1.8;
  }
}
.articleLinksLink {
  letter-spacing: 0.04em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: 16px;
}
.articleLinksLink.-prev::before {
  content: "";
  display: block;
  width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  min-width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  height: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  background-image: url(./img/common/icon_expand_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.articleLinksLink.-next::after {
  content: "";
  display: block;
  width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  min-width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  height: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  background-image: url(./img/common/icon_expand_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.articleLinksLink.-hide {
  opacity: 0;
  pointer-events: none;
}

.archive {
  padding-top: clamp(40px, 40px + (118 - 40) * (100vw - 375px) / 1065, 118px);
  padding-bottom: calc(clamp(80px, 80px + (160 - 80) * (100vw - 375px) / 1065, 160px) + clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px));
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .archive {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.archive {
  position: relative;
  z-index: 3;
}

.archiveInner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  .archiveInner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 40px;
  }
}

.archiveHead {
  width: clamp(187.6px, 187.6px + (268 - 187.6) * (100vw - 375px) / 1065, 268px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  background: rgb(255, 255, 255);
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  position: relative;
}
@media (max-width: 767px) {
  .archiveHead {
    width: 100%;
  }
}
.archiveHead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, #FFF7F7 0px, #FFF7F7 2px, transparent 2px, transparent 14px), repeating-linear-gradient(90deg, #FFF7F7 0px, #FFF7F7 2px, transparent 2px, transparent 14px);
  background-size: 14px 14px;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  pointer-events: none;
  z-index: 0;
}

.archiveHeadWrap {
  margin-top: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
}
@media (max-width: 767px) {
  .archiveHeadWrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
  }
}

.archiveHeadTtl {
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .archiveHeadTtl {
    line-height: 1.79;
  }
}
.archiveHeadTtl {
  color: #FD719B;
  letter-spacing: 0.04em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(8px, 8px + (12 - 8) * (100vw - 375px) / 1065, 12px);
  text-align: center;
  position: relative;
  z-index: 1;
}
.archiveHeadTtl::before {
  content: "";
  display: block;
  width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  min-width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  height: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  background-image: url(./img/common/icon_star_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.archiveHeadTtl::after {
  content: "";
  display: block;
  width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  min-width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  height: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  background-image: url(./img/common/icon_star_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.archiveHeadBtn {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .archiveHeadBtn {
    line-height: 1.79;
  }
}
.archiveHeadBtn {
  color: #FFCADA;
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
}
.archiveHeadBtn:hover {
  opacity: 0.7;
}
.archiveHeadBtn.-current {
  color: #494265;
  pointer-events: none;
}
@media (max-width: 767px) {
  .archiveHeadBtn:hover {
    opacity: 1;
  }
  .archiveHeadBtn:not(:last-of-type)::after {
    position: absolute;
    top: 50%;
    transform: translate(calc(100% + 8px), -50%);
    right: 0;
    content: "";
    display: block;
    width: 8px;
    min-width: 8px;
    height: 8px;
    background-image: url(./img/common/icon_star_pink.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}

.archiveBody {
  width: calc(100% - clamp(187.6px, 187.6px + (268 - 187.6) * (100vw - 375px) / 1065, 268px) - clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px));
}
@media (max-width: 767px) {
  .archiveBody {
    width: 100%;
  }
}

.archiveBodyList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: white;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  padding: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
}

.archiveBodyItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  border-bottom: 2px dashed rgb(255, 202, 218);
  padding-bottom: 24px;
}
.archiveBodyItem:not(:first-of-type) {
  margin-top: 24px;
}
@media (max-width: 1050px) {
  .archiveBodyItem {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 24px;
  }
}

.archiveBodyImg {
  width: clamp(123px, 123px + (246 - 123) * (100vw - 375px) / 1065, 246px);
  aspect-ratio: 16/9;
  border-radius: 16px;
}
@media (max-width: 1050px) {
  .archiveBodyImg {
    width: 100%;
  }
}

.archiveBodyContent {
  width: calc(100% - clamp(123px, 123px + (246 - 123) * (100vw - 375px) / 1065, 246px) - clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px));
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 1050px) {
  .archiveBodyContent {
    width: 100%;
  }
}

.archiveBodyMeta {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 8px;
}

.archiveBodyTime {
  font-size: clamp(2rem, 20px + (20 - 20) * (100vw - 375px) / 1065, 2rem);
  font-weight: 900;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .archiveBodyTime {
    line-height: 1.8;
  }
}
.archiveBodyTime {
  color: #FD719B;
  letter-spacing: 0.04em;
}

.archiveBodyCategory {
  font-size: clamp(1.4rem, 14px + (14 - 14) * (100vw - 375px) / 1065, 1.4rem);
  font-weight: 800;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .archiveBodyCategory {
    line-height: 1.79;
  }
}
.archiveBodyCategory {
  color: #FD719B;
  letter-spacing: 0.04em;
  border-radius: 20px;
  border: 1px solid #FD719B;
  background: #FFF;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  min-width: 100px;
  text-align: center;
}

.archiveBodyTtl {
  width: 100%;
  margin-top: 8px;
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .archiveBodyTtl {
    line-height: 1.79;
  }
}
.archiveBodyTtl {
  color: #494265;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.archiveBodyExcerpt {
  width: 100%;
  margin-top: 8px;
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 400;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .archiveBodyExcerpt {
    line-height: 1.79;
  }
}
.archiveBodyExcerpt {
  color: #494265;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.archiveBodyLink {
  margin-top: 8px;
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .archiveBodyLink {
    line-height: 1.79;
  }
}
.archiveBodyLink {
  color: #FD719B;
  letter-spacing: 0.04em;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
}
.archiveBodyLink::after {
  content: "";
  display: block;
  width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  height: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  min-width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  background-image: url(./img/common/icon_expand_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.product {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .product {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.product {
  padding-bottom: calc(clamp(80px, 80px + (160 - 80) * (100vw - 375px) / 1065, 160px) + clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px));
}

.productInner {
  width: 100%;
}

.productHead {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.productHeadLogo {
  margin-top: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / 1065, 40px);
  width: 100%;
  height: clamp(114px, 114px + (220 - 114) * (100vw - 375px) / 1065, 220px);
  object-fit: contain;
}

.productHeadCharacters {
  margin-top: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / 1065, 40px);
  width: 100%;
}

.productBody {
  margin-top: clamp(64px, 64px + (80 - 64) * (100vw - 375px) / 1065, 80px);
  width: 100%;
  padding-top: clamp(16px, 16px + (120 - 16) * (100vw - 375px) / 1065, 120px);
  padding-bottom: clamp(40px, 40px + (120 - 40) * (100vw - 375px) / 1065, 120px);
  padding-left: clamp(16px, 16px + (120 - 16) * (100vw - 375px) / 1065, 120px);
  padding-right: clamp(16px, 16px + (120 - 16) * (100vw - 375px) / 1065, 120px);
  border-radius: clamp(16px, 16px + (120 - 16) * (100vw - 375px) / 1065, 120px);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px 0 rgba(89, 89, 89, 0.2);
}

.productBodyTtl {
  margin-top: clamp(64px, 64px + (160 - 64) * (100vw - 375px) / 1065, 160px);
  text-align: center;
  font-size: clamp(2rem, 20px + (40 - 20) * (100vw - 375px) / 1065, 4rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  width: clamp(574px, 574px + (820 - 574) * (100vw - 375px) / 1065, 820px);
  max-width: 100%;
  padding-bottom: clamp(24px, 24px + (32 - 24) * (100vw - 375px) / 1065, 32px);
  position: relative;
  border: none;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .productBodyTtl {
    width: 100%;
  }
}
.productBodyTtl.-pink {
  color: #FD719B;
  border-bottom: 2px solid #FD719B;
}
.productBodyTtl.-blue {
  color: #09F;
  border-bottom: 2px solid #09F;
}

.productBodyLine {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 8px;
  left: 0;
}
.productBodyLine.-pink {
  background-color: #FD719B;
}
.productBodyLine.-blue {
  background-color: #09F;
}

.productBodyTxt {
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
  width: 100%;
  color: #494265;
  letter-spacing: 0.04em;
}
.productBodyTxt.-large {
  font-size: clamp(1.6rem, 16px + (24 - 16) * (100vw - 375px) / 1065, 2.4rem);
  font-weight: 800;
  line-height: 1.8;
}
.productBodyTxt.-large p,
.productBodyTxt.-large a {
  font-size: clamp(1.6rem, 16px + (24 - 16) * (100vw - 375px) / 1065, 2.4rem);
  font-weight: 800;
  line-height: 1.8;
}
.productBodyTxt.-mid {
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 800;
  line-height: 1.8;
}
.productBodyTxt.-mid p,
.productBodyTxt.-mid a {
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 800;
  line-height: 1.8;
}
.productBodyTxt.-small {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.8;
}
.productBodyTxt.-small p,
.productBodyTxt.-small a {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.8;
}

.productBodyImg {
  overflow: hidden;
}
.productBodyImg.-main {
  width: 100%;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  aspect-ratio: 16/9;
}
.productBodyImg.-sub {
  width: clamp(193.5px, 193.5px + (387 - 193.5) * (100vw - 375px) / 1065, 387px);
  min-width: clamp(193.5px, 193.5px + (387 - 193.5) * (100vw - 375px) / 1065, 387px);
  object-fit: contain;
}
@media (max-width: 1000px) {
  .productBodyImg.-sub {
    width: calc(100% - 128px);
    min-width: calc(100% - 128px);
    max-width: calc(100% - 128px);
  }
}

.productBodyVideo {
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  overflow: hidden;
}
.productBodyVideo video,
.productBodyVideo iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productBodyCombinations {
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 1000px) {
  .productBodyCombinations {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.productBodyDetails {
  margin-top: clamp(32px, 32px + (80 - 32) * (100vw - 375px) / 1065, 80px);
  width: calc(100% - clamp(193.5px, 193.5px + (387 - 193.5) * (100vw - 375px) / 1065, 387px) - clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px));
  min-width: calc(100% - clamp(193.5px, 193.5px + (387 - 193.5) * (100vw - 375px) / 1065, 387px) - clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px));
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 1000px) {
  .productBodyDetails {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.productBodyDetails tbody {
  display: contents;
}
.productBodyDetails tr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
}
.productBodyDetails th {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.04em;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 2px solid transparent;
  border-radius: 20px;
}
.productBodyDetails th.-pink {
  color: #FD719B;
  border: 2px solid #FD719B;
}
.productBodyDetails th.-blue {
  color: #09F;
  border: 2px solid #09F;
}
.productBodyDetails td {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #494265;
}

.productSlider {
  margin-top: clamp(40px, 40px + (160 - 40) * (100vw - 375px) / 1065, 160px);
  width: 100%;
}

.productSliderItem.-main {
  width: 100%;
  padding-left: clamp(8px, 8px + (80 - 8) * (100vw - 375px) / 1065, 80px);
  padding-right: clamp(8px, 8px + (80 - 8) * (100vw - 375px) / 1065, 80px);
}
.productSliderItem.-sub {
  border-radius: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
  overflow: hidden;
  border: none !important;
}
.productSliderItem.-sub.is-active {
  border: 2px solid !important;
}
.productSliderItem.-sub.is-active.-pink {
  border: 2px solid #FD719B !important;
}
.productSliderItem.-sub.is-active.-blue {
  border: 2px solid #09F !important;
}

.productSliderImg {
  width: 100%;
  aspect-ratio: 16/9;
}
.productSliderImg.-main {
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
}

.productSliderBody {
  width: 100%;
}
.productSliderBody.-main .splide__arrow {
  opacity: 1;
  width: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  min-width: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  height: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  background: var(--theme-bg);
}
.productSliderBody.-main .splide__arrow svg {
  fill: white;
}
.productSliderBody.-main .splide__arrow--prev {
  left: 0;
}
.productSliderBody.-main .splide__arrow--next {
  right: 0;
}
.productSliderBody.-main.-pink .splide__arrow {
  background: #FD719B !important;
}
.productSliderBody.-main.-blue .splide__arrow {
  background: #09F !important;
}
.productSliderBody.-sub {
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
}

.productShops {
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
  width: 100%;
}
.productShops > *:first-child {
  margin-top: 0 !important;
}

.productShopsBtn {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  column-gap: 16px;
  padding-left: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / 1065, 40px);
  padding-right: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / 1065, 40px);
  padding-top: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  padding-bottom: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  border-radius: 100px;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.productShopsBtn:hover {
  opacity: 0.8;
}
.productShopsBtn.-pink {
  background: #FD719B;
  border: 2px solid #FD719B;
  background: #FFE1F1;
  color: #FD719B;
}
.productShopsBtn.-blue {
  background: #09F;
  border: 2px solid #09F;
  background: #E6F9FF;
  color: #09F;
}

.productShopsExpand {
  width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  height: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  min-width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  min-height: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.1s ease;
}
.productShopsExpand.-pink {
  background: #FD719B;
}
.productShopsExpand.-blue {
  background: #09F;
}
.productShopsExpand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  width: clamp(7.92px, 7.92px + (13.2 - 7.92) * (100vw - 375px) / 1065, 13.2px);
  height: clamp(3.96px, 3.96px + (6.6 - 3.96) * (100vw - 375px) / 1065, 6.6px);
  min-width: clamp(7.92px, 7.92px + (13.2 - 7.92) * (100vw - 375px) / 1065, 13.2px);
  min-height: clamp(3.96px, 3.96px + (6.6 - 3.96) * (100vw - 375px) / 1065, 6.6px);
  transform: rotate(180deg);
}

.productShopsTable {
  display: block;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  margin-top: 8px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  padding-right: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  border: 2px solid transparent;
  transition: all 0.5s ease;
  overflow: hidden;
}
.productShopsTable.-hide {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 0 !important;
  border: 0px solid transparent !important;
}
.productShopsTable.-pink {
  border: 2px solid #FD719B;
}
.productShopsTable.-blue {
  border: 2px solid #09F;
}
.productShopsTable tr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 20px;
}
.productShopsTable thead {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .productShopsTable thead {
    display: none;
  }
}
.productShopsTable thead th {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.productShopsTable thead th:nth-of-type(1) {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
}
.productShopsTable thead th:nth-of-type(2) {
  width: clamp(70px, 70px + (260 - 70) * (100vw - 375px) / 1065, 260px);
  min-width: clamp(70px, 70px + (260 - 70) * (100vw - 375px) / 1065, 260px);
  max-width: clamp(70px, 70px + (260 - 70) * (100vw - 375px) / 1065, 260px);
  text-align: left;
}
.productShopsTable thead th:nth-of-type(3) {
  width: clamp(70px, 70px + (136 - 70) * (100vw - 375px) / 1065, 136px);
  min-width: clamp(70px, 70px + (136 - 70) * (100vw - 375px) / 1065, 136px);
  max-width: clamp(70px, 70px + (136 - 70) * (100vw - 375px) / 1065, 136px);
  text-align: left;
}
.productShopsTable thead th:nth-of-type(4) {
  text-align: left;
}
.productShopsTable thead th.-pink {
  color: #FD719B;
}
.productShopsTable thead th.-blue {
  color: #09F;
}
.productShopsTable tbody {
  border: none;
  margin-top: 16px;
  border-top: 2px solid transparent;
  display: block;
  width: 100%;
}
.productShopsTable tbody.-pink {
  border-top: 2px solid #FD719B;
}
.productShopsTable tbody.-blue {
  border-top: 2px solid #09F;
}
@media (max-width: 767px) {
  .productShopsTable tbody {
    margin-top: 0;
    border: none !important;
  }
}
.productShopsTable tbody tr {
  padding-top: 16px;
  border: none;
}
@media (max-width: 767px) {
  .productShopsTable tbody tr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .productShopsTable tbody tr:first-of-type {
    padding-top: 0;
  }
}
.productShopsTable tbody tr:not(:last-of-type) {
  border: none;
  border-bottom: 2px dashed transparent;
  padding-bottom: 16px;
}
.productShopsTable tbody tr:not(:last-of-type).-pink {
  border-bottom: 2px dashed #FD719B;
}
.productShopsTable tbody tr:not(:last-of-type).-blue {
  border-bottom: 2px dashed #09F;
}
.productShopsTable tbody td:nth-of-type(1) a {
  border: 2px solid transparent;
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 800;
  border-radius: 20px;
}
.productShopsTable tbody td:nth-of-type(1) a.-pink {
  border: 2px solid #FD719B;
  color: #FD719B;
  background-color: #FFE1F1;
}
.productShopsTable tbody td:nth-of-type(1) a.-blue {
  border: 2px solid #09F;
  color: #09F;
  background-color: #E6F9FF;
}
.productShopsTable tbody td:nth-of-type(2) {
  width: clamp(70px, 70px + (260 - 70) * (100vw - 375px) / 1065, 260px);
  min-width: clamp(70px, 70px + (260 - 70) * (100vw - 375px) / 1065, 260px);
  max-width: clamp(70px, 70px + (260 - 70) * (100vw - 375px) / 1065, 260px);
  text-align: left;
  color: #494265;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 800;
}
@media (max-width: 767px) {
  .productShopsTable tbody td:nth-of-type(2) {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.productShopsTable tbody td:nth-of-type(3) {
  width: clamp(70px, 70px + (136 - 70) * (100vw - 375px) / 1065, 136px);
  min-width: clamp(70px, 70px + (136 - 70) * (100vw - 375px) / 1065, 136px);
  max-width: clamp(70px, 70px + (136 - 70) * (100vw - 375px) / 1065, 136px);
  text-align: left;
  color: #494265;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 767px) {
  .productShopsTable tbody td:nth-of-type(3) {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.productShopsTable tbody td:nth-of-type(4) {
  text-align: left;
  color: #494265;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 767px) {
  .productShopsTable tbody td:nth-of-type(4) {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.productShopsHide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 24px;
}

.productShopsTtl {
  text-align: center;
}
.productShopsTtl.-en {
  text-transform: capitalize;
  font-size: clamp(2.4rem, 24px + (40 - 24) * (100vw - 375px) / 1065, 4rem);
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 767px) {
  .productShopsTtl.-en {
    line-height: 1;
  }
}
.productShopsTtl.-en {
  letter-spacing: 0.08em;
}
.productShopsTtl.-ja {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .productShopsTtl.-ja {
    line-height: 1;
  }
}
.productShopsTtl.-ja {
  letter-spacing: 0.04em;
}

.mv {
  padding-top: clamp(130px, 130px + (160 - 130) * (100vw - 375px) / 1065, 160px);
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / 1065, 0px);
  padding-right: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / 1065, 0px);
}
@media (max-width: 767px) {
  .mv {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mvInner {
  width: 100%;
}

.mvBody {
  width: 100%;
}

.mvSlider {
  width: 100%;
}
.mvSlider .splide__arrow {
  border-radius: 0;
  height: fit-content;
  width: fit-content;
  opacity: 1;
  background: transparent;
}
.mvSlider .splide__arrow svg {
  display: none;
}
.mvSlider .splide__arrow--prev {
  left: clamp(24px, 24px + (245 - 24) * (100vw - 375px) / 1065, 245px);
}
.mvSlider .splide__arrow--prev::before {
  content: "";
  display: block;
  width: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  height: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  min-width: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  min-height: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  background-image: url(./img/common/icon_expand_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
.mvSlider .splide__arrow--next {
  right: clamp(24px, 24px + (245 - 24) * (100vw - 375px) / 1065, 245px);
}
.mvSlider .splide__arrow--next::before {
  content: "";
  display: block;
  width: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  height: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  min-width: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  min-height: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  background-image: url(./img/common/icon_expand_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.mvSlider .splide__pagination {
  column-gap: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
  bottom: 0;
  transform: translate(0%, calc(100% + clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px)));
}
.mvSlider .splide__pagination__page {
  background: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / 1065, 20px);
  min-width: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / 1065, 20px);
  height: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / 1065, 20px);
  min-height: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / 1065, 20px);
  border-radius: 0;
  border: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
}
.mvSlider .splide__pagination__page::after {
  content: "";
  display: block;
  width: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / 1065, 20px);
  min-width: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / 1065, 20px);
  height: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / 1065, 20px);
  background-image: url(./img/top/icon_pagination_whitepink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.mvSlider .splide__pagination__page.is-active {
  transform: scale(1);
}
.mvSlider .splide__pagination__page.is-active::after {
  background-image: url(./img/top/icon_pagination_pink.svg);
}

.mvSliderInner {
  overflow: visible;
}

.mvSliderItem {
  width: clamp(300px, 300px + (900 - 300) * (100vw - 375px) / 1065, 900px);
  max-width: calc(100% - 96px);
}

.mvSliderLink {
  width: 100%;
}

.mvSliderImg {
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  aspect-ratio: 16/9;
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(253, 113, 155, 0.4);
}

.news {
  margin-top: clamp(68px, 68px + (172 - 68) * (100vw - 375px) / 1065, 172px);
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .news {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.newsInner {
  width: 100%;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  background: white;
  box-shadow: 0 0 5px 0 rgba(253, 113, 155, 0.4);
  background-image: linear-gradient(to right, rgb(255, 247, 247) 2px, transparent 2px), linear-gradient(to bottom, rgb(255, 247, 247) 2px, transparent 2px);
  background-size: 16px 16px;
  padding-top: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px);
  padding-bottom: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px);
  padding-left: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
  padding-right: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
}

.newsBody {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.newsBodyTtl.-first {
  font-size: clamp(1.8rem, 18px + (40 - 18) * (100vw - 375px) / 1065, 4rem);
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 767px) {
  .newsBodyTtl.-first {
    line-height: 1;
  }
}
.newsBodyTtl.-first {
  color: #FD719B;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
}
.newsBodyTtl.-first::before {
  content: "";
  display: block;
  width: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  min-width: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  height: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  background-image: url(./img/top/icon_pen_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.newsBodyTtl.-first::after {
  content: "";
  display: block;
  width: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  min-width: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  height: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  background-image: url(./img/top/icon_crown_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.newsBodyTtl.-second {
  display: contents;
}

.newsBodyList {
  margin-top: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 24px;
}
.newsBodyList.-active .newsBodyItem {
  opacity: 1;
  transform: translateX(0);
}

.newsBodyItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  column-gap: 16px;
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.5s ease;
}
.newsBodyItem:nth-of-type(1) {
  transition-delay: 0.1s;
}
.newsBodyItem:nth-of-type(2) {
  transition-delay: 0.2s;
}
.newsBodyItem:nth-of-type(3) {
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .newsBodyItem {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 8px;
  }
}

.newsBodyHead {
  display: contents;
}
@media (max-width: 767px) {
  .newsBodyHead {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    column-gap: 8px;
  }
}

.newsBodyTime {
  font-size: clamp(1.6rem, 16px + (20 - 16) * (100vw - 375px) / 1065, 2rem);
  font-weight: 900;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .newsBodyTime {
    line-height: 1.79;
  }
}
.newsBodyTime {
  color: #FD719B;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.newsBodyCategory {
  font-size: clamp(1.2rem, 12px + (14 - 12) * (100vw - 375px) / 1065, 1.4rem);
  font-weight: 800;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .newsBodyCategory {
    line-height: 1.5;
  }
}
.newsBodyCategory {
  color: #FD719B;
  letter-spacing: 0.04em;
  width: 120px;
  min-width: 120px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #FD719B;
  background: #FFF0F0;
  color: #FD719B;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newsBodyArrow {
  width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  height: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  min-width: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  object-fit: contain;
  transform: rotate(90deg);
  margin-left: auto;
}

.newsBodyLink.-link {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.79;
}
@media (max-width: 767px) {
  .newsBodyLink.-link {
    line-height: 1.79;
  }
}
.newsBodyLink.-link {
  color: #494265;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: 24px;
  width: 100%;
}
.newsBodyLink.-link span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newsBodyLink.-link span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.newsBodyLink.-more {
  margin-top: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
}

.intro {
  margin-top: clamp(80px, 80px + (120 - 80) * (100vw - 375px) / 1065, 120px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .intro {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.introInner {
  width: 100%;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  background: linear-gradient(126deg, #FFCE4D 19.62%, #FF7537 30.8%, #FF4A4F 41.97%, #FF6691 53.14%, #00BEFB 64.32%, #B277FA 75.49%);
  box-shadow: 0 0 clamp(2px, 2px + (5 - 2) * (100vw - 375px) / 1065, 5px) 0 rgba(253, 113, 155, 0.4);
  padding: clamp(4px, 4px + (6 - 4) * (100vw - 375px) / 1065, 6px);
}

.introBody {
  width: 100%;
  background-color: white;
  border-radius: clamp(13px, 13px + (28 - 13) * (100vw - 375px) / 1065, 28px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: clamp(32px, 32px + (80 - 32) * (100vw - 375px) / 1065, 80px);
  padding-bottom: clamp(32px, 32px + (80 - 32) * (100vw - 375px) / 1065, 80px);
  padding-left: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  padding-right: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
}

.introBodyTtl.-first {
  display: contents;
}
.introBodyTtl.-second {
  margin-top: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / 1065, 80px);
  text-align: center;
  font-size: clamp(2.27rem, 22.7px + (32 - 22.7) * (100vw - 375px) / 1065, 3.2rem);
  line-height: 2.4;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.introBodyTtl.-third {
  text-align: center;
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .introBodyTtl.-third {
    line-height: 1.8;
  }
}
.introBodyTtl.-third {
  letter-spacing: 0.04em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(8px, 8px + (12 - 8) * (100vw - 375px) / 1065, 12px);
}
.introBodyTtl.-third.-pink {
  color: #FD719B;
}
.introBodyTtl.-third.-blue {
  color: #09F;
}

.introBodyStar {
  width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  min-width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  height: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  object-fit: contain;
}

.introBodyTxt {
  margin-top: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / 1065, 80px);
  text-align: center;
  font-size: clamp(1.4rem, 14px + (18 - 14) * (100vw - 375px) / 1065, 1.8rem);
  font-weight: 800;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .introBodyTxt {
    line-height: 1.8;
  }
}
.introBodyTxt {
  letter-spacing: 0.04em;
}

.introBodyList {
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  row-gap: 24px;
  column-gap: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
  justify-content: center;
}
.introBodyList.-active .introBodyItem {
  opacity: 1;
  transform: scale(1);
}

.introBodyItem {
  width: calc((100% - clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px) * (1)) / 2);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transform: scale(0);
  transition: all 0.7s linear(0, 0.009 1.4%, 0.032 2.8%, 0.131 6%, 0.265 9.1%, 0.675 17.6%, 0.88 22.8%, 0.953 25.2%, 1.014 27.7%, 1.062 30.3%, 1.094 32.9%, 1.121 37.2%, 1.121 42.2%, 1.102 46.7%, 1.019 61.2%, 0.989 71.5%, 0.985 81.1%, 1);
}
.introBodyItem:nth-of-type(1) {
  transition-delay: 0.1s;
}
.introBodyItem:nth-of-type(2) {
  transition-delay: 0.2s;
}
.introBodyItem:nth-of-type(3) {
  transition-delay: 0.3s;
}
.introBodyItem:nth-of-type(4) {
  transition-delay: 0.4s;
}
.introBodyItem:nth-of-type(5) {
  transition-delay: 0.5s;
}
.introBodyItem:nth-of-type(6) {
  transition-delay: 0.6s;
}
.introBodyItem:nth-of-type(7) {
  transition-delay: 0.7s;
}
.introBodyItem:nth-of-type(8) {
  transition-delay: 0.8s;
}
.introBodyItem:nth-of-type(9) {
  transition-delay: 0.9s;
}
.introBodyItem:nth-of-type(10) {
  transition-delay: 1s;
}
@media (max-width: 767px) {
  .introBodyItem {
    width: calc((100% - clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px) * (0)) / 1);
  }
}

.introBodyImg.-first {
  width: clamp(200px, 200px + (385 - 200) * (100vw - 375px) / 1065, 385px);
  object-fit: contain;
  opacity: 0;
  transform: scale(0);
  transition: all 0.7s linear(0, 0.009 1.4%, 0.032 2.8%, 0.131 6%, 0.265 9.1%, 0.675 17.6%, 0.88 22.8%, 0.953 25.2%, 1.014 27.7%, 1.062 30.3%, 1.094 32.9%, 1.121 37.2%, 1.121 42.2%, 1.102 46.7%, 1.019 61.2%, 0.989 71.5%, 0.985 81.1%, 1);
}
.introBodyImg.-first.-active {
  opacity: 1;
  transform: scale(1);
}
.introBodyImg.-second {
  margin-top: 16px;
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
}

.summary {
  margin-top: calc(clamp(80px, 80px + (180 - 80) * (100vw - 375px) / 1065, 180px) + clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px));
  width: 100%;
}

.summaryInner {
  width: 100%;
}

.summaryBody {
  width: 100%;
}

.summaryBodyList {
  width: 100%;
}

.summaryBodyItem {
  padding-top: clamp(40px, 40px + (120 - 40) * (100vw - 375px) / 1065, 120px);
  margin-top: calc(-100% + 100% - clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px));
  border-top-left-radius: clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px);
  border-top-right-radius: clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .summaryBodyItem {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.summaryBodyItem {
  max-width: none;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0 0 5px rgba(78, 78, 78, 0.2));
  padding-bottom: calc(clamp(64px, 64px + (120 - 64) * (100vw - 375px) / 1065, 120px) + clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px));
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.summaryBodyItem:nth-of-type(1) {
  z-index: 1;
}
.summaryBodyItem:nth-of-type(2) {
  z-index: 2;
}
.summaryBodyItem:nth-of-type(3) {
  z-index: 3;
}
.summaryBodyItem:nth-of-type(4) {
  z-index: 4;
}
.summaryBodyItem:nth-of-type(5) {
  z-index: 5;
}
.summaryBodyItem:nth-of-type(6) {
  z-index: 6;
}
.summaryBodyItem:nth-of-type(7) {
  z-index: 7;
}
.summaryBodyItem:nth-of-type(8) {
  z-index: 8;
}
.summaryBodyItem:nth-of-type(9) {
  z-index: 9;
}
.summaryBodyItem:nth-of-type(10) {
  z-index: 10;
}
.summaryBodyItem:nth-of-type(11) {
  z-index: 11;
}
.summaryBodyItem:nth-of-type(12) {
  z-index: 12;
}
.summaryBodyItem:nth-of-type(13) {
  z-index: 13;
}
.summaryBodyItem:nth-of-type(14) {
  z-index: 14;
}
.summaryBodyItem:nth-of-type(15) {
  z-index: 15;
}
.summaryBodyItem:nth-of-type(16) {
  z-index: 16;
}
.summaryBodyItem:nth-of-type(17) {
  z-index: 17;
}
.summaryBodyItem:nth-of-type(18) {
  z-index: 18;
}
.summaryBodyItem:nth-of-type(19) {
  z-index: 19;
}
.summaryBodyItem:nth-of-type(20) {
  z-index: 20;
}
.summaryBodyItem.-pink {
  background-color: #FFE1F1;
}
.summaryBodyItem.-blue {
  background-color: #CFF7FF;
}

.summaryBodyPattern {
  position: absolute;
  height: 100%;
}

.summaryBodyContainer {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  transition: height 0.5s ease;
  max-width: 1120px;
  width: 100%;
}
.summaryBodyContainer.-hide {
  max-height: clamp(320px, 320px + (530 - 320) * (100vw - 375px) / 1065, 530px) !important;
}

.summaryBodyTtl {
  text-align: center;
  font-size: clamp(2rem, 20px + (40 - 20) * (100vw - 375px) / 1065, 4rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  width: clamp(574px, 574px + (820 - 574) * (100vw - 375px) / 1065, 820px);
  max-width: 100%;
  padding-bottom: clamp(24px, 24px + (32 - 24) * (100vw - 375px) / 1065, 32px);
  position: relative;
  border: none;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .summaryBodyTtl {
    width: 100%;
  }
}
.summaryBodyTtl.-pink {
  color: #FD719B;
  border-bottom: 2px solid #FD719B;
}
.summaryBodyTtl.-blue {
  color: #09F;
  border-bottom: 2px solid #09F;
}

.summaryBodyLine {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 8px;
  left: 0;
}
.summaryBodyLine.-pink {
  background-color: #FD719B;
}
.summaryBodyLine.-blue {
  background-color: #09F;
}

.summaryBodyLogo {
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
  height: clamp(114px, 114px + (240 - 114) * (100vw - 375px) / 1065, 240px);
  min-height: clamp(114px, 114px + (240 - 114) * (100vw - 375px) / 1065, 240px);
  object-fit: contain;
}

.summaryBodyExcerpt {
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
  text-align: center;
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 800;
  line-height: 1.8;
  transition: opacity 0.5s ease;
}
.summaryBodyExcerpt.-hide {
  opacity: 0.4;
}

.summarySlider {
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
  width: 100%;
}

.summarySliderItem.-main {
  width: 100%;
  padding-left: clamp(8px, 8px + (80 - 8) * (100vw - 375px) / 1065, 80px);
  padding-right: clamp(8px, 8px + (80 - 8) * (100vw - 375px) / 1065, 80px);
}
.summarySliderItem.-sub {
  border-radius: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
  overflow: hidden;
  border: none !important;
}
.summarySliderItem.-sub.is-active {
  border: 2px solid !important;
}
.summarySliderItem.-sub.is-active.-pink {
  border: 2px solid #FD719B !important;
}
.summarySliderItem.-sub.is-active.-blue {
  border: 2px solid #09F !important;
}

.summarySliderImg {
  width: 100%;
  aspect-ratio: 16/9;
}
.summarySliderImg.-main {
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
}

.summarySliderBody {
  width: 100%;
}
.summarySliderBody.-main .splide__arrow {
  opacity: 1;
  width: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  min-width: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  height: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  background: var(--theme-bg);
}
.summarySliderBody.-main .splide__arrow svg {
  fill: white;
}
.summarySliderBody.-main .splide__arrow--prev {
  left: 0;
}
.summarySliderBody.-main .splide__arrow--next {
  right: 0;
}
.summarySliderBody.-main.-pink .splide__arrow {
  background: #FD719B !important;
}
.summarySliderBody.-main.-blue .splide__arrow {
  background: #09F !important;
}
.summarySliderBody.-sub {
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
}

.summaryBodyLink {
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
  transition: opacity 0.5s ease;
  opacity: 1;
}
.summaryBodyLink.-hide {
  opacity: 0;
  pointer-events: none;
}

.summaryBodyExpand {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  cursor: pointer;
}

.related {
  padding-top: clamp(40px, 40px + (120 - 40) * (100vw - 375px) / 1065, 120px);
  margin-top: calc(-100% + 100% - clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px));
  border-top-left-radius: clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px);
  border-top-right-radius: clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .related {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.related {
  max-width: none;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0 0 5px rgba(78, 78, 78, 0.2));
  padding-bottom: calc(clamp(64px, 64px + (120 - 64) * (100vw - 375px) / 1065, 120px) + clamp(32px, 32px + (120 - 32) * (100vw - 375px) / 1065, 120px));
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: #FFF0F0;
}

.relatedInner {
  width: 100%;
  max-width: 1120px;
  position: relative;
  z-index: 3;
}

.relatedBody {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.relatedBodyTtl.-first {
  text-align: center;
  font-size: clamp(2rem, 20px + (40 - 20) * (100vw - 375px) / 1065, 4rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  width: clamp(574px, 574px + (820 - 574) * (100vw - 375px) / 1065, 820px);
  max-width: 100%;
  padding-bottom: clamp(24px, 24px + (32 - 24) * (100vw - 375px) / 1065, 32px);
  position: relative;
  border: none;
  border-bottom: 2px solid transparent;
  color: #FD719B;
  border-bottom: 2px solid #FD719B;
}
@media (max-width: 767px) {
  .relatedBodyTtl.-first {
    width: 100%;
  }
}
.relatedBodyTtl.-second {
  text-align: center;
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .relatedBodyTtl.-second {
    line-height: 1.8;
  }
}
.relatedBodyTtl.-second {
  letter-spacing: 0.04em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(8px, 8px + (12 - 8) * (100vw - 375px) / 1065, 12px);
  color: #FD719B;
}
.relatedBodyTtl.-second span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.relatedBodyStar {
  width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  min-width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  height: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1065, 16px);
  object-fit: contain;
}

.relatedBodyLine {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background-color: #FD719B;
}

.relatedSlider {
  max-width: 880px;
  margin-top: clamp(40px, 40px + (64 - 40) * (100vw - 375px) / 1065, 64px);
  width: calc(100% - 32px);
}
@media (max-width: 767px) {
  .relatedSlider {
    width: calc(100% - clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px));
  }
}
.relatedSlider .splide__arrow {
  opacity: 1;
  width: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  min-width: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  height: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
  background: #FD719B !important;
}
.relatedSlider .splide__arrow svg {
  fill: white;
}
.relatedSlider .splide__arrow--prev {
  left: calc(-100% + 100% - clamp(44px, 44px + (120 - 44) * (100vw - 375px) / 1065, 120px));
}
@media (max-width: 767px) {
  .relatedSlider .splide__arrow--prev {
    left: -26px;
  }
}
.relatedSlider .splide__arrow--next {
  right: calc(-100% + 100% - clamp(44px, 44px + (120 - 44) * (100vw - 375px) / 1065, 120px));
}
@media (max-width: 767px) {
  .relatedSlider .splide__arrow--next {
    right: -26px;
  }
}

.relatedSliderItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.relatedBodyImg {
  margin-top: 16px;
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
}

.relatedBodyLink {
  margin-top: 16px;
}