@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* p{
  margin: 0;
  display: inline;
} */
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

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

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --boomka_orange: #ff9966;
  --boomka_pink: #ff6699;
  --boomka_black: #333333;
  --boomka_white: #ffffff;
  --boomka_gray: #eeeeee;
  --boomka_gradient: linear-gradient(120deg, var(--boomka_orange), #ff7777 33%, var(--boomka_pink) 66%, var(--boomka_pink));
}

/*
Theme Name: Boom-KA_theme
Description: Boom-KAのためのテーマ。
Author: beeq
*/
* {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
}

body {
  font-family: "Jost", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  color: var(--boomka_black);
}

main {
  text-align: center;
  margin: 95px auto 0;
}

a {
  text-decoration: none;
  color: var(--boomka_black);
  display: block;
}

h1 {
  margin: 0;
  width: auto;
  height: auto;
}

h2 {
  margin: 0;
}

p {
  margin: 0;
}

li {
  list-style: none;
}

ul, ol {
  padding: 0;
}

.p__justify {
  margin: 15px 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.section {
  margin: 50px 0;
}

.section__headline {
  text-align: center;
  margin: 150px 0 50px;
}

.a__blue {
  color: blue;
  text-decoration: underline;
  font-size: 0.8rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

button {
  border: 0;
}

img {
  width: 100%;
}

/* 
header
footer
*/
.l-header {
  container: header/inline-size;
  height: 75px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #FFF;
  border-bottom: 3px solid #999;
}

.l-contents {
  display: flex;
  max-width: 1200px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.l-contents .logo {
  width: auto;
  height: auto;
}
.l-contents .logo > img {
  width: 150px;
  height: auto;
}
.l-contents .navlist {
  margin: 0;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.l-contents .navlist > .item > a {
  display: block;
  white-space: nowrap;
  padding: 20px 0px 10px 0px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s;
}
.l-contents .navlist > .item > a:hover {
  border-bottom: 2px solid #333;
}
.l-contents .navlist > .contact {
  background: var(--boomka_gradient);
  border-radius: 5px;
  padding: 10px 20px 5px;
}
.l-contents .navlist > .contact > a {
  color: var(--boomka_white);
  font-size: 1.2rem;
}
.l-contents .hamburger {
  display: none;
}

@container header (max-width: 768px) {
  .l-header .hamburger {
    display: block;
    padding: 15px 10px 5px 10px;
    border-style: none;
    width: 60px;
    height: 100%;
    background-color: #FFFFFF;
  }
  .l-header .hamburger > span {
    position: relative;
    display: block;
    background-color: #666666;
    width: 100%;
    height: 3px;
    border-radius: 100vh;
    transition: ease 0.4s;
    /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  }
  .l-header .hamburger > span:nth-child(1) {
    top: 0;
  }
  .l-header .hamburger > span:nth-child(2) {
    margin: 12px 0;
  }
  .l-header .hamburger > span:nth-child(3) {
    top: 0;
  }
  .l-header .hamburger.active span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .l-header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .l-header .hamburger.active span:nth-child(3) {
    top: -15px;
    transform: rotate(-45deg);
  }
  .l-header .nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 75px;
    transform: translateX(100%);
    background-color: #FFFFFF;
    /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
    transition: ease 0.4s;
    /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
    height: calc(100vh - 75px);
    z-index: 11;
    opacity: 0;
  }
  .l-header .nav.active {
    transform: translateX(0);
    opacity: 1;
  }
  .l-header .navlist {
    height: 100%;
    margin: 50px 5% auto;
    flex-direction: column;
    justify-content: start;
    /* align-content: stretch; */
  }
}
.l-footer {
  container: footer/inline-size;
  padding: 50px 0 0;
  background-color: #fff;
}
.l-footer > .info {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.l-footer > .info > .recaptcha {
  font-size: 10px;
  display: inline;
}
.l-footer > .info > .recaptcha a {
  display: inline;
}
.l-footer > .info > .copyright {
  display: block;
  text-align: right;
  padding: 10px;
}

@container footer (max-width: 768px) {
  .l-footer > .info {
    display: block;
    text-align: center;
    margin: 50px 0 0;
  }
  .l-contents {
    align-items: start;
  }
  .l-contents .navlist {
    display: block;
    /* align-content: stretch; */
  }
  .l-contents .item {
    text-align: right;
  }
}
.l-section {
  margin: 20px auto;
}
.l-section > .flex {
  display: flex;
}
.l-section > .container {
  margin: 0 auto;
  container: main/inline-size;
  max-width: 600px;
  width: 90%;
}

.l-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 300px);
  justify-content: center;
  justify-items: center;
}

.c-card {
  box-sizing: border-box;
  list-style: none;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #999999;
  box-shadow: 3px 3px 5px #999999;
  padding: 10px 0;
  background-color: #FFFFFF;
  overflow: hidden;
  margin: 20px 0;
}
.c-card.-hover {
  transition: 0.3s;
}
.c-card.-hover:hover {
  transform: translate(3px, 3px);
  box-shadow: 0px 0px 0px #999999;
}
.c-card.-fukidashi {
  background-color: var(--boomka_pink);
  margin: 30px auto 0;
  width: min(600px, 90%);
  overflow: visible;
  position: relative;
}
.c-card.-fukidashi::after {
  content: "";
  position: absolute;
  bottom: 99%;
  left: 50%;
  z-index: 10;
  width: 40px;
  height: 20px;
  background-color: var(--boomka_pink);
  clip-path: polygon(0 100%, 100% 100%, 50% 0%);
  translate: -50% 0;
}
.c-card.-right::after {
  left: 75%;
}
.c-card.-w30per {
  width: 30%;
}
.c-card .img {
  width: 90%;
  max-width: 500px;
  margin: 10px 0;
}
.c-card .img.-flow {
  width: 80%;
  max-width: 400px;
}

.c-card__img {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.c-card__headline {
  margin: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.c-card__explain {
  display: inline-block;
  margin: 0;
}

/* @media screen and (max-width:768px){
    .c-card{
        padding: 40px 10px;
        width: 48%;
    }
} */
.c-text {
  font-weight: 500;
  color: var(--boomka_black);
  margin: 0;
}
.c-text.-sub {
  font-size: 2rem;
  font-weight: 900;
}
@container main (max-width: 600px) {
  .c-text.-sub {
    font-size: 1.3rem;
  }
}
.c-text.-strong {
  font-size: 1.2rem;
  font-weight: 900;
}
.c-text.-plan {
  font-size: 1.3rem;
  font-weight: 900;
}
.c-text.-annotation {
  font-size: 0.7rem;
}
.c-text.-white {
  color: var(--boomka_white);
}
.c-text.-box {
  width: 80%;
  text-align: left;
  margin: 20px auto;
}
.c-text.-big {
  font-size: 1.7rem;
}
.c-text.-notes {
  font-size: 0.8rem;
  font-weight: 400;
}

.c-back_color {
  background-color: #e06696;
  width: 100vw;
  text-align: center;
}

.c-position.-relative {
  position: relative;
}
.c-position.-absolute {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}

/*********** スライド送りボタン ***********/
/* 共有パーツ */
.c-carousel {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}
.c-carousel.-padding {
  padding: 2rem 0 1rem 0;
}
.c-carousel.-arrow {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-carousel.-arrow .arrow-btn {
  background: transparent;
}
.c-carousel.-arrow {
  /* 左 */
}
.c-carousel.-arrow .arrowLeft {
  position: relative;
}
.c-carousel.-arrow {
  /* 右 */
}
.c-carousel.-arrow .arrowRight {
  position: relative;
}
.c-carousel .area {
  position: absolute;
  top: 2rem;
  width: 100%;
}

/* 
button 
*/
.c-button {
  text-align: center;
  display: inline-block;
  color: var(--boomka_white);
  font-weight: bold;
  background: var(--boomka_gradient);
  text-align: center;
  padding: 10px 10px;
  width: 90%;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #ddd;
  transition: box-shadow 0.3s;
  transition: background-color 0.3s;
}
.c-button.-contact {
  width: min(300px, 60%);
}
.c-button.-contact > a {
  color: var(--boomka_white);
}
.c-button:hover {
  box-shadow: 0 0 0 #ddd;
}

.p-price {
  font-weight: 700;
}
.p-price > .annotation {
  font-size: 1.5rem;
  white-space: nowrap;
}
.p-price > .num {
  font-size: 4rem;
  letter-spacing: -0.05em;
}

.p-plan {
  padding: 0;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  justify-content: center;
  margin: 0;
}
.p-plan.-orange {
  background-color: #FFE8DB;
}
.p-plan.-pink {
  background-color: #FFE7EF;
}
.p-plan.-purple {
  background-color: #FAEDFF;
}
.p-plan .head {
  font-size: 1.5rem;
  margin: 0;
  color: var(--boomka_white);
}
.p-plan .head.-big {
  font-size: 3rem;
}
.p-plan .head.-tsume {
  letter-spacing: -0.1em;
}
.p-plan .head.-orange {
  background-color: var(--boomka_orange);
}
.p-plan .head.-pink {
  background-color: var(--boomka_pink);
}
.p-plan .head.-purple {
  background-color: #A95EFF;
}
.p-plan .price .num {
  font-weight: 700;
  font-size: 3.8rem;
  letter-spacing: -0.05em;
}
.p-plan .price .annotation {
  font-weight: 700;
  font-size: 1.6rem;
}
.p-plan .text {
  text-align: left;
  margin: 0 auto;
}
.p-plan .list {
  list-style: none;
  margin: 20px auto;
}
.p-plan .list > li {
  display: flex;
  align-items: center;
}
.p-plan .list .icon {
  height: 18px;
  width: auto;
  margin: 0 10px 0 0;
}

.p-strike {
  padding: 0;
  width: 90%;
  list-style: none;
  display: grid;
  margin: 0 auto;
  justify-content: center;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(1px, 150px));
  border: 1px solid #e06696;
}
.p-strike > .-items {
  font-size: 0.8em;
  position: relative;
}
.p-strike > .-items::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(10deg);
  background-color: #e06696;
  width: 60%;
  height: 1px;
  top: 50%;
  left: 20%;
}

@container main (max-width: 800px) {
  .p-strike {
    gap: 3%;
  }
}
.p-title > .main {
  font-weight: 900;
  font-size: min(5vw, 50px);
}
.p-title > .emphasis {
  font-weight: 900;
  font-size: min(10vw, 100px);
  margin-right: max(-3vw, -30px);
}
.p-title.-sub {
  font-size: 1.5rem;
  color: var(--boomka_white);
  background: var(--boomka_gradient);
  width: 100%;
  margin: 20px 0;
}
.p-title.-min {
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  z-index: 10;
}
.p-title.-min::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 50%;
  translate: 50% 0;
  height: 5px;
  width: 100%;
  background: var(--boomka_gradient);
}

.p-osusume {
  width: 100%;
  font-size: 2rem;
  font-weight: 900;
  top: -1.3em;
}

.p-sticky {
  background: var(--boomka_white);
  color: var(--boomka_pink);
  border: 5px solid var(--boomka_pink);
  position: sticky;
  bottom: -200px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 500px;
  transition: 0.2s ease-out;
  width: min(700px, 90%);
  margin: 0 auto;
  box-shadow: 3px 3px 5px #999999;
}
.p-sticky .text {
  font-weight: 900;
  font-size: min(2rem, 5vw);
}
.p-sticky:hover {
  transform: scale(1.1);
}

.p-triangle.-right {
  position: fixed;
  top: 100px;
  right: -500px;
  z-index: -100;
  rotate: 90deg;
}
.p-triangle.-right > img {
  height: min(50vw, 50vh);
}
.p-triangle.-right {
  opacity: 0%;
}
.p-triangle.-left {
  position: fixed;
  left: -500px;
  bottom: 100px;
  opacity: 0%;
  z-index: -100;
  rotate: -90deg;
}
.p-triangle.-left > img {
  height: min(50vw, 50vh);
}

.p-top > .img {
  width: 100vw;
}
.p-top .logo {
  width: min(600px, 90%);
}
.p-top .text {
  text-align: left;
}
.p-top.-plan {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(90%, 450px));
  justify-content: center;
  gap: 20px;
}

.p-profile {
  display: flex;
  width: min(90%, 1200px);
  margin: 0 auto;
}
.p-profile .grid {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 20px;
  justify-items: left;
}
.p-profile .name {
  margin: 0 0 20px 0;
}
.p-profile .flex {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.p-profile .line {
  background: var(--boomka_gradient);
  width: 5px;
  height: 100%;
  justify-self: center;
}
.p-profile .event {
  margin: 0 50px 0 0;
}
.p-profile .year {
  font-size: 1.3rem;
  display: block;
  background: var(--boomka_gradient);
  color: white;
  width: 100%;
  text-align: center;
}
.p-profile .head {
  font-size: 1.3rem;
}
.p-profile .text {
  text-align: justify;
}
.p-profile.-img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .p-profile {
    flex-direction: column;
  }
  .p-profile .grid {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 10px;
    justify-items: left;
  }
  .p-profile.-img {
    order: 1;
    width: 100%;
    margin: 20px 0;
  }
  .p-profile .event {
    order: 2;
    margin: 0;
  }
  .p-profile .head {
    font-size: 1rem;
  }
  .p-profile .year {
    font-size: 1rem;
  }
  .p-profile .text {
    font-size: 0.8rem;
  }
}

label, input, textarea, select, button {
  cursor: pointer;
}

/* 
.select, .input, .radio, .textarea
*/
.select {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  min-width: 500px;
}

.input input {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  min-width: 500px;
}

.radio {
  margin: 0 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.textarea textarea {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  min-width: 500px;
  min-height: 100px;
}

@media screen and (max-width: 768px) {
  .select,
  .input input,
  .textarea textarea {
    min-width: auto;
    width: 100%;
  }
}
/* 
form 
*/
.p-form {
  text-align: center;
}

.p-form__table {
  margin: 0 auto;
}

/* form-table tr{} */
.p-form__table th {
  padding: 10px;
  text-align: left;
}

.p-form__table td {
  padding: 10px;
}

.p-form__button {
  text-align: center;
}

.p-form__button input {
  margin-top: 20px;
  color: #EEEEEE;
  font-weight: bold;
  background-color: #979797;
  padding: 15px 60px;
  text-decoration: none;
  border-radius: 100vh;
  border-width: 0;
  box-shadow: 5px 5px 5px #ddd;
  transition: box-shadow 0.3s;
  transition: background-color 0.3s;
}

.p-form__button span {
  display: none;
}

.p-form__button:hover input {
  background-color: #fc8fa8;
  box-shadow: 0 0 0 #ddd;
}

@media screen and (max-width: 768px) {
  .p-form__table,
  .p-form__table tbody,
  .p-form__table tr,
  .p-form__table th,
  .p-form__table td {
    display: block;
  }
}
._center {
  text-align: center !important;
}

._w90 {
  width: 90%;
}

._w80 {
  width: 80%;
}

._m20px {
  margin: 20px auto;
}

._gradient {
  color: transparent;
  background-image: var(--boomka_gradient);
  -webkit-background-clip: text;
}

._white {
  color: var(--boomka_white);
}

._underline {
  display: inline-block;
  position: relative;
  z-index: 10;
}
._underline::before {
  content: "";
  position: absolute;
  z-index: 9;
  bottom: 3px;
  right: 50%;
  translate: 50% 0;
  height: 3px;
  width: 100%;
  background: var(--boomka_gradient);
}

._hidden {
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  ._pcOnly {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  ._spOnly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */