@charset "UTF-8";
* {
  font-family: "Noto Sans", "Noto Sans KR", "Noto Sans SC", sans-serif;
}

@media screen and (min-width: 1024px) {
  .p-header {
    overflow-y: auto;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .c-gnav {
    padding: 70px 0 14px 0;
  }
}
.p-header .c-gnav-list > li > a,
.p-header .c-gnav-list > li > span {
  display: block;
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 12px 24px 12px 0;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-header .c-gnav-list > li > a,
  .p-header .c-gnav-list > li > span {
    font-size: 1.3rem;
    transition: all 0.25s ease;
    padding: 14px 24px 14px 20px;
  }
}
.p-header .c-gnav-list > li > a::after,
.p-header .c-gnav-list > li > span::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #6F2FFF;
  border-right: 2px solid #6F2FFF;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  margin-top: 1px;
}
@media screen and (min-width: 1024px) {
  .p-header .c-gnav-list > li > a::after,
  .p-header .c-gnav-list > li > span::after {
    right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .c-gnav-list > li:hover > a, .p-header .c-gnav-list > li:hover > span {
    color: #6F2FFF;
  }
  .p-header .c-gnav-list > li:hover > a::after, .p-header .c-gnav-list > li:hover > span::after {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .l-header-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .l-header-menu-list > li a {
    width: 143px;
  }
}

.p-button-long {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-button-long {
    width: 89.07vw;
  }
}

.p-button-twin {
  min-width: auto;
  height: 65px;
  width: 50%;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
.p-button-twin-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .p-button-twin-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 410px) {
  .p-button-twin {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 900px) {
  .p-button-twin {
    max-width: 440px;
    height: 60px;
  }
}

.p-footer_entry {
  display: none;
  z-index: 98;
  position: fixed;
  bottom: 0;
  width: 100%;
  border: 1px solid #B4B9BE;
  background: #F5F7F9;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .p-footer_entry {
    width: calc(100% - 173px);
    margin-left: 173px;
    max-width: 1825px;
  }
}

.p-footer_entry.active {
  display: block;
  opacity: 1;
  transition: opacity 0.2s;
}

.p-header-menu-list {
  display: flex;
  justify-content: space-between;
  width: 64px;
  position: absolute;
  right: 64px;
  top: 0;
  border-left: 1px solid #F5F7F9;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list {
    position: relative;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list > li {
    margin-bottom: 12px;
  }
}
.p-header-menu-list > li a {
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  text-align: center;
  color: #6F2FFF;
  font-size: 0.8rem;
  line-height: 1;
  padding-top: 43px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 100px;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list > li a {
    width: 143px;
    box-shadow: 0 3px 0 0 #3900BA;
    font-size: 1.3rem;
    border: 2px solid transparent;
    padding: 6px 18px;
    line-height: 1.2;
    box-sizing: border-box;
    font-weight: bold;
    font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    height: auto;
    text-align: left;
  }
  .p-header-menu-list > li a:hover {
    opacity: 0.75;
  }
}
.p-header-menu-text {
  display: none;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-text {
    display: block;
    font-size: 1.4rem;
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.p-header-menu-button {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-button {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-header-menu-button a {
    border-color: #6F2FFF !important;
    color: #6F2FFF;
  }
}
.p-header-menu-button a::after {
  display: block;
  content: "";
  background: url("../images/common/icon/ico_login.svg") no-repeat center 0px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .p-header-menu-button a::after {
    background: none;
    left: auto;
    right: 12px;
    top: 50%;
    border-top: 2px solid #6F2FFF;
    border-right: 2px solid #6F2FFF;
    width: 8px;
    height: 8px;
    transform: translate(0%, -50%) rotate(45deg);
  }
}

@media screen and (max-width: 540px) {
  .p-cant #apology-ttl {
    display: block;
  }
  .p-cant #apology-ttl::after {
    right: -5px;
  }
}

.p-columns {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 900px) {
  .p-columns {
    gap: 40px;
  }
}
.p-columns img {
  width: min(100%, 250px);
}
@media screen and (min-width: 900px) {
  .p-columns img {
    width: 250px;
  }
}

.p-mv {
  background-color: #66EF61;
}
.p-mv-wrapper {
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-mv {
    display: grid;
    place-content: center;
    place-items: center;
  }
}
.p-mv img {
  display: block;
  margin-inline: auto;
  width: min(100%, 450px);
  aspect-ratio: 375/440;
}
@media screen and (min-width: 900px) {
  .p-mv img {
    max-width: none;
    width: auto;
    aspect-ratio: 2000/560;
  }
}
.p-mv-anchor {
  position: absolute;
  bottom: 8.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .p-mv-anchor {
    bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  .p-mv-anchor {
    bottom: 7.5%;
  }
}
@media screen and (max-width: 899px) {
  .p-mv-anchor .c-button {
    min-width: unset;
    max-width: none;
    padding-inline: 2px 10px;
    width: min(64vw, 240px);
    font-size: min(3.7333333333vw, 1.5rem);
  }
}
@media screen and (max-width: 450px) {
  .p-mv-anchor .c-button {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0.5333333333vw;
    width: min(56vw, 210px);
    font-size: min(3.2vw, 1.2rem);
  }
}

.p-logo {
  background-color: #FFF;
  display: grid;
  place-content: center;
  place-items: center;
}
.p-logo img {
  width: min(100%, 200px);
}
@media screen and (min-width: 900px) {
  .p-logo img {
    width: 250px;
  }
}

.p-text.--16 {
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .p-text.--16 {
    font-size: 2.4rem;
  }
}
.p-text.--20 {
  font-size: 2rem;
}
@media screen and (min-width: 900px) {
  .p-text.--20 {
    font-size: 3rem;
  }
}
.p-text.--32 {
  font-size: 3.2rem;
}
@media screen and (min-width: 900px) {
  .p-text.--32 {
    font-size: 4.8rem;
  }
}

.p-img.--line img {
  width: 60px;
}
@media screen and (min-width: 900px) {
  .p-img.--line img {
    width: min(100%, 100px);
  }
}

.p-grid-columns {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}
.p-grid-columns2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-grid-columns2 {
    grid-template-columns: auto auto;
  }
}

.p-flex {
  display: grid;
  grid-template-columns: auto auto;
  gap: 14px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .p-flex {
    grid-template-columns: auto auto;
  }
}

.p-arrow {
  background-color: #FF4187;
  position: relative;
  color: #FFF;
  font-size: 1.4rem;
  padding: 6px 16px;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .p-arrow {
    font-size: 1.6rem;
    padding: 8px 20px;
  }
}
.p-arrow::after {
  position: absolute;
  content: "";
  top: 0;
  right: -16px;
  width: 17px;
  height: 30px;
  background-color: #FF4187;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 900px) {
  .p-arrow::after {
    right: -18px;
    width: 19px;
    height: 38px;
  }
}

.p-balloon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  min-width: 200px;
  display: grid;
  place-content: center;
  place-items: center;
  filter: drop-shadow(-1px 1px 0px #000) drop-shadow(1px -1px 0px #000) drop-shadow(-1px -1px 0 #000) drop-shadow(1px 1px 0 #000);
}
@media screen and (min-width: 900px) {
  .p-balloon {
    top: -60px;
  }
}
.p-balloon-inner {
  display: inline-block;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 700;
  padding: 3px 16px 3px;
  background-color: #00F000;
  color: #000;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .p-balloon-inner {
    border-radius: 30px;
    font-size: 1.8rem;
    padding: 6px 16px 6px;
  }
}
.p-balloon::after {
  content: "";
  background-color: #00F000;
  width: 20px;
  height: 10px;
  margin-top: -3px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
@media screen and (min-width: 900px) {
  .p-balloon::after {
    width: 25px;
    height: 12px;
    margin-top: -5px;
  }
}
.p-balloon.--best-v .p-balloon-inner {
  color: #FFF;
  background-color: #006EFA;
}
.p-balloon.--best-v::after {
  background-color: #006EFA;
}

.p-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 900px) {
  .p-menu {
    width: min(100%, 900px);
    margin-inline: auto;
  }
}
.p-menu-item {
  width: 100%;
}
.p-menu-item-inner {
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  margin-block: 10px;
  text-decoration: none;
  color: #333333;
}
@media screen and (min-width: 900px) {
  .p-menu-item-inner {
    margin-block: 14px;
  }
}
.p-menu-item-inner img {
  display: block;
  margin-bottom: 4px;
}
@media screen and (min-width: 900px) {
  .p-menu-item-inner img {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 900px) {
  .p-menu-item-inner img {
    width: 30px;
  }
}
.p-menu-item-inner span {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (min-width: 900px) {
  .p-menu-item-inner span {
    font-size: 1.4rem;
  }
}
.p-menu-item-inner:any-link:hover {
  opacity: 0.7;
}
.p-menu-item:last-child {
  background-color: #6F2FFF;
}
.p-menu-item:last-child .p-menu-item-inner span {
  color: #FFF;
}