@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap");
/* Foundation > reset
============================================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  tab-size: 2;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Foundation > base
============================================================ */
* {
  min-height: 0vw;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #FAF9F4;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", HiraKakuProN, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  color: #4E52A1;
  line-height: 1;
}

::selection {
  background-color: #bfdad6;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
}

/* Layout > heeader
============================================================ */
.L_header {
  display: flex;
  width: 100%;
  align-items: center;
  position: sticky;
  top: -50px;
  height: 140px;
  z-index: 100;
}
.L_header_inner {
  display: flex;
  width: 100%;
  height: 90px;
  padding: 0 5vw;
  background: #FAF9F4;
  position: sticky;
  top: 0;
  align-items: center;
  justify-content: space-between;
}
.L_header_Logo {
  display: flex;
  align-items: center;
}
.L_header_Logo img {
  width: 160px;
}
@media screen and (width <= 960px) {
  .L_header {
    height: 100px;
    top: -30px;
  }
  .L_header_inner {
    height: 70px;
  }
  .L_header_Logo img {
    width: 140px;
  }
}
@media screen and (width <= 600px) {
  .L_header {
    height: 60px;
    top: 0px;
    position: fixed;
  }
  .L_header_inner {
    height: 60px;
    padding-right: 2vw;
  }
  .L_header_Logo img {
    width: 120px;
  }
}

.gnav_SpTrigger {
  display: none;
}
.gnav_List {
  display: flex;
  align-items: center;
  gap: 36px;
}
.gnav_Link {
  display: block;
  position: relative;
  z-index: 1;
  padding: 4px 8px;
  font-family: "Rubik", "Hiragino Kaku Gothic ProN", "Hiragino Sans", HiraKakuProN, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2em;
  color: transparent;
  background: linear-gradient(to right, #72ADB1 50%, #4E52A1 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}
.gnav_Link:hover {
  background-position: 0 100%;
}
.gnav_Link span {
  display: block;
  margin-top: 10px;
  font-size: clamp(10px, 0.9375vw, 12px);
  letter-spacing: normal;
}
.gnav.scrolled {
  top: 0;
  height: 80px;
  animation: fadeIn 0.3 ease 0s 1 normal;
}
@media screen and (width <= 960px) {
  .gnav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transition: 0.2s;
    visibility: hidden;
  }
  .gnav_SpTrigger {
    display: block;
    width: 52px;
    height: 52px;
    z-index: 9999;
  }
  .gnav_SpTrigger span {
    margin: 0 auto;
    width: calc(100% - 16px);
    height: 2px;
    transition: ease 0.2s;
  }
  .gnav_SpTrigger span, .gnav_SpTrigger span:before, .gnav_SpTrigger span:after {
    content: "";
    height: 2px;
    background: #4E52A1;
    position: relative;
    display: block;
  }
  .gnav_SpTrigger span:before {
    top: -10px;
  }
  .gnav_SpTrigger span:after {
    top: 8px;
  }
  .gnav_SpTrigger.active span {
    transform: rotate(45deg);
  }
  .gnav_SpTrigger.active span:before {
    opacity: 0;
  }
  .gnav_SpTrigger.active span:after {
    top: -3px;
    transform: rotate(90deg);
  }
  .gnav.active {
    visibility: visible;
    opacity: 0.95;
  }
  .gnav_List {
    flex-direction: column;
    padding: 52px 0;
  }
  .gnav_Link {
    font-size: 20px;
  }
}

/* Layout > container
============================================================ */
.l_wrap {
  max-width: 1400px;
  position: relative;
  margin: auto;
  padding: 120px 0;
  background: url(/assets/images/bg_line.svg) repeat-x;
}
.l_wrap_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (width <= 1200px) {
  .l_wrap {
    margin: 0 6vw;
    padding: 120px 0;
  }
}
@media screen and (width <= 960px) {
  .l_wrap {
    padding: 100px 0;
  }
  .l_wrap:first-of-type {
    padding: 0 0 100px;
    background: none;
  }
}
@media screen and (width <= 600px) {
  .l_wrap {
    padding: 60px 0;
  }
  .l_wrap:first-of-type {
    padding: 0 0 60px;
  }
}

/* Layout > footer
============================================================ */
.l_Footer {
  width: 100%;
}

.footer_inner {
  width: 100%;
  padding: 60px 3vw;
  background: #4E52A1;
  color: #fff;
  font-size: clamp(13px, 1.25vw, 15px);
  text-align: center;
}
.footer_head {
  font-weight: 700;
  margin-bottom: 24px;
}
.footer_address {
  margin-bottom: 8px;
}
.footer_anchor {
  border-bottom: 1px solid #fff;
}
.footer_anchor:hover {
  transition: all 0.3s;
  background: #6268c8;
}

/* Page > top
============================================================ */
.heroImage {
  max-width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (width <= 960px) {
  .heroImage img {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
}
@media screen and (width <= 600px) {
  .heroImage {
    margin: 60px auto;
  }
}

.about {
  position: relative;
}
.about_description {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.about_logo {
  max-width: 240px;
  margin: 80px auto;
}
.about_text {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (width <= 960px) {
  .about_description {
    font-size: 24px;
  }
  .about_text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
  }
  .about_text:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (width <= 600px) {
  .about_description {
    font-size: 17px;
  }
  .about_logo {
    max-width: 180px;
    margin: 50px auto;
  }
  .about_text {
    font-size: 14px;
  }
}

.title_lv1 {
  margin-bottom: 60px;
  font-family: "Rubik", "Hiragino Kaku Gothic ProN", "Hiragino Sans", HiraKakuProN, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(20px, 3.28125vw, 42px);
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
}
.title_lv1 span {
  display: block;
  margin-top: 10px;
  font-size: clamp(10px, 1.09375vw, 14px);
  letter-spacing: normal;
}

.lineup {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
}
.lineup_item {
  width: calc((100% - 50px) / 2);
  padding: 40px 32px 70px;
  border-radius: 8px;
  position: relative;
}
.lineup_item img {
  border-radius: 4px;
}
.lineup_item:nth-child(even) {
  margin-top: 60px;
}
.lineup_item::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 48px;
  mask: url(/assets/images/ic_berry.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: absolute;
  top: -20px;
  right: 24px;
}
.lineup_item.pink {
  background: #F4F1EF;
}
.lineup_item.pink::before {
  background-color: #DEDAD4;
}
.lineup_item.orange {
  background: #E8D5C4;
}
.lineup_item.orange::before {
  background-color: #D0B59D;
}
.lineup_item.blue {
  background: #BCCEE3;
}
.lineup_item.blue::before {
  background-color: #E2EBF7;
}
.lineup_item.olive {
  background: #BEBEB0;
}
.lineup_item.olive::before {
  background-color: #CCD3C7;
}
.lineup_title {
  margin-bottom: 20px;
  font-family: "Rubik", "Hiragino Kaku Gothic ProN", "Hiragino Sans", HiraKakuProN, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(18px, 1.875vw, 24px);
  letter-spacing: 0.14em;
  line-height: 1;
}
.lineup_title span {
  font-size: clamp(10px, 1.015625vw, 13px);
  letter-spacing: normal;
  font-weight: normal;
  position: relative;
  padding-left: 10px;
}
.lineup_title span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #4E52A1;
  transform: rotate(20deg);
  margin-right: 6px;
}
.lineup a {
  background: #fff;
  position: relative;
  display: block;
  transition: all 0.3s;
}
.lineup a:hover {
  opacity: 0.65;
}
@media screen and (width <= 800px) {
  .lineup_title span {
    display: block;
    margin-top: 10px;
    padding-left: 0;
  }
  .lineup_title span::before {
    display: none;
  }
  .lineup .c_Button {
    padding: 18px 24px;
  }
}
@media screen and (width <= 800px) and (width <= 390px) {
  .lineup .c_Button {
    width: 70%;
  }
}
@media screen and (width <= 768px) {
  .lineup {
    gap: 0px;
    justify-content: center;
  }
  .lineup_item {
    width: calc((75% - 0px) / 1);
    margin-top: 60px;
  }
  .lineup_item:first-of-type {
    margin-top: 0;
  }
}
@media screen and (width <= 600px) {
  .lineup_item {
    width: calc((90% - 0px) / 1);
    margin-top: 60px;
  }
  .lineup_item:first-of-type {
    margin-top: 0;
  }
}

.spec {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  position: relative;
}
.spec_item {
  width: calc((100% - 50px) / 2);
  padding: 40px 50px;
  border-radius: 8px;
  border: 1px solid #4E52A1;
  background: #fff;
  position: relative;
}
.spec_num {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 26px;
  padding: 16px 0;
  width: 56px;
  font-family: "Rubik", "Hiragino Kaku Gothic ProN", "Hiragino Sans", HiraKakuProN, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(18px, 1.875vw, 24px);
  color: white;
  background: #72ADB1;
  text-align: center;
  z-index: 2;
}
.spec_num:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 28px solid #72ADB1;
  border-right: 28px solid #72ADB1;
  border-bottom: 14px solid transparent;
}
.spec_title {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 3px dotted #4E52A1;
  font-size: clamp(18px, 1.71875vw, 22px);
  text-align: center;
  line-height: 1.5;
}
.spec_text {
  line-height: 1.6;
}
.spec_text .note {
  display: block;
  margin-top: 10px;
  font-size: clamp(10px, 0.9375vw, 12px);
}
.spec_button .c_Button {
  max-width: 400px;
  margin: 80px auto 0;
  display: block;
  position: inherit;
  transform: none;
}
@media screen and (width <= 800px) {
  .spec_num {
    left: 20px;
    padding: 14px 0;
    width: 44px;
    font-size: clamp(18px, 1.875vw, 24px);
  }
  .spec_num:after {
    border-left: 22px solid #72ADB1;
    border-right: 22px solid #72ADB1;
    border-bottom: 11px solid transparent;
  }
}
@media screen and (width <= 768px) {
  .spec {
    gap: 0px;
    justify-content: center;
  }
  .spec_item {
    width: calc((75% - 0px) / 1);
    margin-top: 60px;
  }
  .spec_item:first-of-type {
    margin-top: 0;
  }
}
@media screen and (width <= 600px) {
  .spec_item {
    width: calc((90% - 0px) / 1);
    margin-top: 60px;
    padding: 30px;
  }
  .spec_item:first-of-type {
    margin-top: 0;
  }
  .spec_button .c_Button {
    width: 70%;
  }
}
@media screen and (width <= 390px) {
  .spec_item:nth-of-type(3) .spec_title br {
    display: none;
  }
  .spec_num {
    left: 10px;
  }
  .spec_button .c_Button {
    width: 80%;
  }
}

.top_Contact_Text {
  margin-top: 60px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
}
@media screen and (width <= 390px) {
  .top_Contact_Text {
    font-size: 14px;
  }
}
.top_Contact_Button .c_Button {
  display: block;
  max-width: 400px;
  margin: 60px auto 0;
  padding: 24px 0;
  border: 0 none;
  background: #72ADB1;
  color: #fff;
  position: inherit;
  transform: none;
}
.top_Contact_Button .c_Button:hover {
  background: #72ADB1;
}
@media screen and (width <= 390px) {
  .top_Contact_Button .c_Button {
    width: 80%;
  }
}

/* Page > contact
============================================================ */
.contact_lead {
  line-height: 1.6;
  text-align: center;
  font-size: clamp(13px, 1.1666666667vw, 16px);
}
.contact_form table {
  width: 100%;
}
.contact_form th, .contact_form td {
  display: block;
  width: 100%;
  text-align: left;
}
.contact_form th {
  margin: 40px 0 16px;
  letter-spacing: 1px;
}
.contact_form .inputParts {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #4E52A1;
  outline: 0;
  padding: 0 1em;
  font-weight: bold;
}
.contact_form input,
.contact_form select,
.contact_form textarea {
  background: #f3f3ff;
  font-weight: normal;
}
.contact_form input {
  max-width: 400px;
  flex: 1;
  height: 48px;
}
.contact_form select {
  height: 48px;
  max-width: 700px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #4E52A1 50%), linear-gradient(135deg, #2B262E 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
.contact_form textarea {
  height: 200px;
  padding: 1em !important;
  line-height: 1.5;
}
.contact_form ::placeholder {
  color: #9499d9;
  font-weight: normal;
}
.contact_form .c_Button {
  max-width: 400px;
  margin: 100px auto 0;
  display: block;
  transform: none;
  position: inherit;
}
.contact_form .c_back {
  background: #ccc;
}
.contact_form .c_submit {
  background: #72ADB1;
}
.contact_privacy {
  width: 100%;
  height: 280px;
  overflow-y: scroll;
  padding: 32px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #4E52A1;
  color: #4E52A1;
  line-height: 1.5;
}
.contact_privacy_lead {
  margin-bottom: 20px;
  font-size: clamp(13px, 1.3333333333vw, 16px);
}
.contact_privacy_title {
  margin-bottom: 32px;
  padding-top: 32px;
  font-weight: bold;
  border-top: 1px solid #afafe0;
}
.contact_privacy_title:first-of-type {
  border-top: none;
  padding-top: 0;
}
.contact_privacy_item {
  margin-bottom: 32px;
  padding-left: 16px;
  font-size: clamp(13px, 1.3333333333vw, 16px);
}
.contact_privacy_para {
  margin: 20px 0;
}
.contact_privacy_listLv1 {
  margin-left: 20px;
}
.contact_privacy_listLv1 li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 20px;
}
.contact_privacy_listLv1 li::marker {
  font-weight: 700;
  color: #2B262E;
}
.contact_privacy_agree {
  margin-top: 40px;
  padding: 20px;
  background: #fff;
  border: 1px solid #afafe0;
  border-radius: 4px;
  text-align: center;
}
.contact_privacy_agree label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  width: fit-content;
  margin: auto;
  line-height: 1.6;
}
.contact_privacy_agree input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  appearance: none;
  background: #fff;
  border: 2px solid #808080;
  border-radius: 4px;
}
.contact_privacy_agree input[type=checkbox]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  mask-image: url("/assets/images/icon_check.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
}
.contact_privacy_agree input[type=checkbox]:checked {
  background: #4E52A1;
  border-color: #4E52A1;
}
.contact_privacy_agree input[type=checkbox]:checked::before {
  opacity: 1;
}
.contact_privacy_agree input[type=checkbox]:hover:enabled {
  transition: 0.3s;
}
@media (forced-colors: none) and (any-hover: hover) {
  .contact_privacy_agree input[type=checkbox]:hover:enabled {
    border-color: #4E52A1;
    box-shadow: 0 0 0 4px #cedfff;
  }
}
@media (forced-colors: active) {
  .contact_privacy_agree input[type=checkbox] {
    border-color: CanvasText;
  }
  .contact_privacy_agree input[type=checkbox]:checked {
    background-color: Canvas;
    border-color: CanvasText;
  }
  .contact_privacy_agree input[type=checkbox]::before {
    background-color: CanvasText;
  }
}
.contact_error {
  color: #d9406e;
  font-weight: 700;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 10px;
}
.contact_error::before {
  content: "!";
  display: inline-block;
  padding: 3px 6px;
  margin-right: 8px;
  background: #d9406e;
  color: #fff;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.contact_require:after {
  content: "必須";
  display: inline-block;
  padding: 4px 10px;
  margin-left: 8px;
  background: #6268c8;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
}
.contact_confirm {
  margin-top: 40px;
  background: #fff;
  border-radius: 4px;
}
.contact_confirm table {
  width: 100%;
}
.contact_confirm th {
  display: table-cell;
  width: 30%;
  padding: 24px 20px;
  border-bottom: 1px solid #afafe0;
  background: #e2deff;
  font-size: clamp(13px, 1.3333333333vw, 16px);
  text-align: right;
}
.contact_confirm td {
  display: table-cell;
  width: 70%;
  padding: 24px 20px;
  border-bottom: 1px solid #afafe0;
  line-height: 1.6;
}
.contact_confirm tr:last-of-type td,
.contact_confirm tr:last-of-type th {
  border: 0 none;
  margin-bottom: 16px;
}
.contact_button {
  margin: 80px 0 0;
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-direction: row-reverse;
}
.contact_button_item {
  width: calc((100% - 60px) / 2);
}
.contact_button .c_Button {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.contact_complete {
  margin: 100px auto;
}
.contact_complete_text:first-of-type {
  margin-bottom: 40px;
  padding-left: 0;
  font-size: clamp(15px, 1.3333333333vw, 16px);
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  border-bottom: 1px dotted #afafe0;
  padding-bottom: 32px;
}
.contact_complete_text:first-of-type::before {
  display: none;
}
.contact_complete_text {
  margin-bottom: 32px;
  font-size: clamp(13px, 1.3333333333vw, 16px);
  line-height: 1.6;
  position: relative;
  padding-left: 24px;
}
.contact_complete_text::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 12px;
  height: 6px;
  border-left: 2px solid #72ADB1;
  border-bottom: 2px solid #72ADB1;
  transform: rotate(-45deg);
}
.contact_complete_text ul > li {
  margin-top: 16px;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 90%;
}
.contact_complete_text ul > li::marker {
  font-weight: 700;
}
.contact_complete a {
  transition: 0.3s;
  text-decoration: underline;
}
.contact_complete a:hover {
  color: #72ADB1;
}

@media screen and (width <= 768px) {
  #contact .title_lv1 {
    margin-top: 100px;
  }
  .contact_privacy {
    padding: 24px;
  }
  .contact_privacy_lead {
    line-height: 1.6;
  }
  .contact_form .c_Button {
    max-width: inherit;
    width: 80%;
  }
  .contact_confirm {
    background: transparent;
  }
  .contact_confirm th, .contact_confirm td {
    width: 100%;
    display: block;
    border-bottom: 0 none;
    border-left: 2px solid #4E52A1;
  }
  .contact_confirm th {
    margin: 0;
    padding: 10px 16px;
    text-align: left;
    background: transparent;
  }
  .contact_confirm td {
    padding: 16px;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .contact_confirm tr:last-of-type td,
  .contact_confirm tr:last-of-type th {
    margin: 0;
    border-left: 2px solid #4E52A1;
  }
  .contact_button {
    margin: 60px 0 0;
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .contact_button_item {
    width: 100%;
  }
}
/* Object > component
============================================================ */
.c_Button {
  width: 60%;
  padding: 26px;
  display: inline-block;
  background: #4E52A1;
  color: #fff;
  border-radius: 200px;
  text-align: center;
  font-size: clamp(12px, 1.09375vw, 14px);
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.c_Button:hover {
  background-position: right center;
  background-size: 200% auto;
  background-color: #6268c8;
  animation: ripple 1.5s 1;
  color: #fff;
  transition: all 0.3s;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #4E52A1;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}

/* Object > utility
============================================================ */
.u-fadeup {
  transform: translateY(70px);
  opacity: 0;
}

.u-fadeup.is-Active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u_spbr {
  display: none;
}
@media screen and (width <= 768px) {
  .u_spbr {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */