/* font-face
---------------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans Japanese Black"), local("NotoSansJapanese-Black"); }

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP"; }

body {
  background-color: #F0F0F0;
  line-height: 1.6; }

* {
  box-sizing: border-box; }

p {
  margin: 0; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0; }

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block; }

/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
* 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; }

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
* 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%; }

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none; }

/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible; }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none; }

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline; }

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto; }

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
    ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block; }

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item; }

/* Misc
    ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none; }

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none; }

.mt_12 {
  margin-top: 1.2rem; }

.kv {
  position: relative; }
  .kv::before {
    content: "";
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .kv::before {
        background-image: url(https://ct005-domain-asset-prod.s3.ap-northeast-1.amazonaws.com/app.polasubsc.jp/kv.jpg); } }
    @media screen and (max-width: 767px) {
      .kv::before {
        background-image: url(https://ct005-domain-asset-prod.s3.ap-northeast-1.amazonaws.com/app.polasubsc.jp/kv_sp.jpg); } }
  .kv::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  @media screen and (min-width: 768px) {
    .kv {
      height: 77.8rem; } }
  @media screen and (max-width: 767px) {
    .kv {
      height: 63.9rem; } }
  .kv .kv_body {
    width: 100%;
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
    padding: 0 2.4rem; }
    @media screen and (min-width: 768px) {
      .kv .kv_body .kv_text {
        font-size: 4.8rem; } }
    @media screen and (max-width: 767px) {
      .kv .kv_body .kv_text {
        font-size: 2.4rem; } }
    @media screen and (min-width: 768px) {
      .kv .kv_body .kv_text:nth-child(2) {
        margin-top: calc(2.4rem - (4.8rem * 0.3) - (4.8rem * 0.3)); } }
    @media screen and (max-width: 767px) {
      .kv .kv_body .kv_text:nth-child(2) {
        margin-top: calc(2.4rem - (2.4rem * 0.3) - (2.4rem * 0.3)); } }
    .kv .kv_body .kv_sub_text {
      font-size: 1.6rem; }
      @media screen and (min-width: 768px) {
        .kv .kv_body .kv_sub_text {
          margin-top: calc(3.2rem - (4.8rem * 0.3) - (1.6rem * 0.3)); } }
      @media screen and (max-width: 767px) {
        .kv .kv_body .kv_sub_text {
          margin-top: calc(2.4rem - (2.4rem * 0.3) - (1.6rem * 0.3)); } }
    .kv .kv_body .kv_date {
      border: 2px solid #fff;
      padding: 0 2.4rem;
      border-radius: 40rem;
      height: 4.4rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        .kv .kv_body .kv_date {
          margin-top: calc(2rem - (1.6rem * 0.3)); } }
      @media screen and (max-width: 767px) {
        .kv .kv_body .kv_date {
          margin-top: calc(3.2rem - (1.6rem * 0.3)); } }
    .kv .kv_body .kv_date_text {
      font-size: 1.6rem; }

.plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .plan {
      padding: 6.4rem 2.4rem; } }
  @media screen and (max-width: 767px) {
    .plan {
      padding: 4rem 2.4rem 6.4rem 2.4rem; } }
  .plan .plan_title {
    font-weight: 900; }
    @media screen and (min-width: 768px) {
      .plan .plan_title {
        font-size: 3.4rem; } }
    @media screen and (max-width: 767px) {
      .plan .plan_title {
        font-size: 2.4rem; } }
  @media screen and (min-width: 768px) {
    .plan .plan_body {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .plan .plan_body {
      max-width: 40rem; } }
  .plan .plan_items {
    display: flex; }
    @media screen and (min-width: 768px) {
      .plan .plan_items {
        justify-content: center;
        margin-top: 6.4rem;
        gap: 4rem;
        width: 100%; } }
    @media screen and (max-width: 888px) {
      .plan .plan_items {
        gap: 2.4rem; } }
    @media screen and (max-width: 767px) {
      .plan .plan_items {
        align-items: center;
        flex-direction: column;
        margin-top: 4rem;
        gap: 2.4rem; } }
    .plan .plan_items .plan_item {
      background: #F0F0F0; }
      @media screen and (min-width: 768px) {
        .plan .plan_items .plan_item {
          max-width: 40rem;
          width: 100%;
          padding: 3.2rem; } }
      @media screen and (max-width: 767px) {
        .plan .plan_items .plan_item {
          width: 100%;
          max-width: 32.7rem;
          padding: 3.2rem 2.4rem; } }
  .plan .plan_item_title {
    text-align: center;
    font-weight: 900; }
    @media screen and (min-width: 768px) {
      .plan .plan_item_title {
        font-size: 2.4rem; } }
    @media screen and (max-width: 767px) {
      .plan .plan_item_title {
        font-size: 2rem; } }
  .plan .plan_item_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.4rem 0;
    height: 16rem; }
    .plan .plan_item_price .plan_item_price_number {
      font-weight: 900; }
      @media screen and (min-width: 768px) {
        .plan .plan_item_price .plan_item_price_number {
          font-size: 2.4rem; }
          .plan .plan_item_price .plan_item_price_number > span {
            font-size: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .plan .plan_item_price .plan_item_price_number {
          font-size: 2rem; }
          .plan .plan_item_price .plan_item_price_number > span {
            font-size: 1.4rem; } }
    .plan .plan_item_price .plan_item_price_text {
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .plan .plan_item_price .plan_item_price_text {
          font-size: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .plan .plan_item_price .plan_item_price_text {
          font-size: 1.4rem; } }
  .plan .plan_item_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .4rem; }
    .plan .plan_item_list .plan_item_info_text {
      font-weight: 500;
      margin-bottom: 1.2rem; }
      @media screen and (min-width: 768px) {
        .plan .plan_item_list .plan_item_info_text {
          font-size: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .plan .plan_item_list .plan_item_info_text {
          font-size: 1.4rem; } }
    .plan .plan_item_list .plan_item_list_text {
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .plan .plan_item_list .plan_item_list_text {
          font-size: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .plan .plan_item_list .plan_item_list_text {
          font-size: 1.4rem; } }
  .plan .plan_item_attention {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6); }
    @media screen and (min-width: 768px) {
      .plan .plan_item_attention {
        font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      .plan .plan_item_attention {
        font-size: 1.3rem; } }
  .plan .plan_img_wrapper {
    margin-top: 3.2rem; }
    @media screen and (min-width: 768px) {
      .plan .plan_img_wrapper {
        height: 27.4rem; } }
    @media screen and (max-width: 767px) {
      .plan .plan_img_wrapper {
        width: 100%;
        max-width: 32.7rem; } }
    .plan .plan_img_wrapper .plan_img {
      object-fit: contain;
      vertical-align: bottom;
      width: 100%;
      height: 100%;
      aspect-ratio: 16 / 9; }

.privilege {
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .privilege {
      padding: 6.4rem 3.2rem; } }
  @media screen and (max-width: 767px) {
    .privilege {
      padding: 4rem 2.4rem 6.4rem 2.4rem; } }
  .privilege .privilege_title {
    color: #fff;
    font-weight: 900; }
    @media screen and (min-width: 768px) {
      .privilege .privilege_title {
        font-size: 3.4rem; } }
    @media screen and (max-width: 767px) {
      .privilege .privilege_title {
        font-size: 2.4rem; } }
  @media screen and (min-width: 768px) {
    .privilege .privilege_body {
      display: flex;
      max-width: 84rem;
      min-height: 35.2rem;
      margin-top: 6.4rem;
      margin-bottom: 3.2rem; } }
  @media screen and (max-width: 767px) {
    .privilege .privilege_body {
      margin-top: 4rem;
      max-width: 32.7rem; } }
  @media screen and (min-width: 768px) {
    .privilege .privilege_img_wrapper {
      min-width: 32rem;
      flex: 1.1; } }
  .privilege .privilege_img_wrapper .privilege_img {
    object-fit: cover;
    vertical-align: bottom;
    width: 100%;
    height: 100%; }
  .privilege .privilege_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 40rem;
    background-color: #fff; }
    @media screen and (min-width: 768px) {
      .privilege .privilege_content {
        flex: 1;
        padding: 3.2rem; } }
    @media screen and (max-width: 767px) {
      .privilege .privilege_content {
        padding: 3.2rem 2.4rem; } }
    .privilege .privilege_content .privilege_content_title {
      font-weight: 900; }
      @media screen and (min-width: 768px) {
        .privilege .privilege_content .privilege_content_title {
          font-size: 2.4rem; } }
      @media screen and (max-width: 767px) {
        .privilege .privilege_content .privilege_content_title {
          font-size: 2rem; } }
    .privilege .privilege_content .privilege_content_items {
      display: flex;
      flex-direction: column;
      gap: .4rem;
      margin-top: 3.2rem;
      width: 100%; }
    .privilege .privilege_content .privilege_content_item {
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .privilege .privilege_content .privilege_content_item {
          font-size: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .privilege .privilege_content .privilege_content_item {
          font-size: 1.4rem; } }
    .privilege .privilege_content .privilege_content_attention {
      margin-top: 1.2rem;
      font-weight: 500;
      font-size: 1.4rem; }

.pocone .pocone_footer {
  background-color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1.6rem 2.4rem 1.6rem 2.4rem; }
  .pocone .pocone_footer .pocone_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0rem 1rem; }
  .pocone .pocone_footer .pocone_link {
    color: #fff;
    font-weight: 500;
    padding: 1rem 1.2rem; }
    @media screen and (min-width: 768px) {
      .pocone .pocone_footer .pocone_link {
        font-size: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .pocone .pocone_footer .pocone_link {
        font-size: 1.3rem; } }
  .pocone .pocone_footer .pocone_logo {
    width: 9.4rem;
    height: 3.4rem; }
    @media screen and (min-width: 768px) {
      .pocone .pocone_footer .pocone_logo {
        margin-top: 2.4rem;
        margin-bottom: 9.8rem; } }
    @media screen and (max-width: 767px) {
      .pocone .pocone_footer .pocone_logo {
        margin-top: .8rem;
        margin-bottom: 7.6rem; } }
  .pocone .pocone_footer .pocone_logo_img {
    width: 100%;
    height: 100%;
    object-fit: cover; background-color: #fff; }

.pocone .pocone_header {
  background-color: #fff;
  color: black; }
  .pocone .pocone_header .pocone_link {
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .pocone .pocone_header .pocone_link {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .pocone .pocone_header .pocone_link {
        font-size: 1.4rem; } }

