:root {
  --color-white: #ffffff;
  --color-black: #1A1A1A;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

picture {
  display: block;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=reset],
input[type=password],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
  outline-width: 0;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=date]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=reset]:focus,
input[type=password]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value,
input[type=datetime-local]::-webkit-date-and-time-value {
  text-align: left;
}

select:invalid {
  color: var(--color-black) !important;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-pc--inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .is-pc--inline {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.is-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp--inline {
    display: inline-block;
  }
}

.swiper-container {
  overflow: visible;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .swiper-container {
    padding-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  display: block;
  display: flex;
  height: auto;
  height: 100%;
  margin-top: 0;
  top: 0;
  width: auto;
  z-index: 2;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  height: 35px;
  width: 35px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    filter: drop-shadow(0px 0px calc(20 / 1440 * 100vw) rgba(0, 0, 0, 0.1));
    height: calc(30 / 1440 * 100vw);
    width: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    filter: drop-shadow(0px 0px calc(20 / 375 * 100vw) rgba(0, 0, 0, 0.1));
    height: calc(30 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}

.swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(15 / 375 * 100vw) !important;
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper_icon_prev.svg);
}

.swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(15 / 375 * 100vw) !important;
  }
}
.swiper-button-next:after {
  background-image: url(../images/swiper_icon_next.svg);
}

.swiper-pagination {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: calc(0 / 375 * 100vw) !important;
  }
}

.swiper-pagination-bullets {
  bottom: 0 !important;
  display: flex;
  font-size: 0 !important;
  justify-content: center;
  left: 0 !important;
  right: 0 !important;
}

.swiper-pagination-bullet {
  background-color: #F5E0EF;
  border: 1px solid #F5E0EF;
  border-radius: 0;
  height: 5px;
  margin: 0 5px;
  opacity: 1;
  width: 40px;
}
@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: calc(5 / 1440 * 100vw);
    margin: 0 calc(5 / 1440 * 100vw);
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: calc(5 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw);
    width: calc(40 / 375 * 100vw);
  }
}
.swiper-pagination-bullet-active {
  background: var(--color-main);
  border: 1px solid var(--color-main);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.lity-hide {
  display: none !important;
}

.lity-wrap {
  font-size: 0 !important;
}

.lity-close,
.lity-close:hover {
  box-shadow: none !important;
  display: none !important;
  font-family: inherit !important;
  line-height: 1 !important;
  position: static !important;
  text-shadow: none !important;
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v32-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v47-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.l-container {
  margin: 0 auto;
  padding-left: 117px;
  padding-right: 117px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(117 / 1440 * 100vw);
    padding-right: calc(117 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.c-post__thumbnail img {
  height: auto;
  width: 100%;
}
.c-post__thumbnail a {
  display: block;
  position: relative;
}
.c-post__thumbnail a::after {
  background-image: url(../images/icon_play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
@media screen and (max-width: 1439px) {
  .c-post__thumbnail a::after {
    height: calc(80 / 1440 * 100vw);
    width: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__thumbnail a::after {
    height: calc(72 / 375 * 100vw);
    width: calc(72 / 375 * 100vw);
  }
}
.c-post__thumbnail img {
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .c-post__thumbnail img {
    border-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__thumbnail img {
    border-radius: calc(10 / 375 * 100vw);
  }
}
.c-post__textBox {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.c-post__textBox__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox__title {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.c-post__buttonList {
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .c-post__buttonList {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__buttonList {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-post__buttonList__button a {
  align-items: center;
  background-color: #F2F2F2;
  border-radius: 30px;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-post__buttonList__button a {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__buttonList__button a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
}
.c-post__buttonList__button a::after {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/icon_download.svg);
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 20px;
  margin-left: 5px;
          mask-image: url(../images/icon_download.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 20px;
}
@media screen and (max-width: 1439px) {
  .c-post__buttonList__button a::after {
    height: calc(20 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
    width: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__buttonList__button a::after {
    height: calc(20 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}
.c-post__buttonList__button + .c-post__buttonList__button {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .c-post__buttonList__button + .c-post__buttonList__button {
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__buttonList__button + .c-post__buttonList__button {
    margin-top: calc(16 / 375 * 100vw);
  }
}

.p-content__inner {
  padding-bottom: 200px;
  padding-top: 160px;
}
@media screen and (max-width: 1439px) {
  .p-content__inner {
    padding-bottom: calc(200 / 1440 * 100vw);
    padding-top: calc(160 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-content__inner {
    padding-bottom: calc(180 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}
.p-content__titleBox {
  margin-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .p-content__titleBox {
    margin-bottom: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-content__titleBox {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-content__titleBox__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-content__titleBox__title {
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-content__titleBox__title {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
  }
}
.p-content__postList > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-content__postList > ul {
    display: block;
  }
}
.p-content__postList > ul > li {
  margin-left: 40px;
  margin-top: 50px;
  width: 375px;
}
@media screen and (max-width: 1439px) {
  .p-content__postList > ul > li {
    margin-left: calc(40 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
    width: calc(375 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-content__postList > ul > li {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    width: 100%;
  }
}
.p-content__postList > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-content__postList > ul > li:nth-child(-n+3) {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-content__postList > ul > li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-content__postList > ul > li:first-child {
    margin-top: 0;
  }
}

.p-login {
  background: linear-gradient(-30deg, #151721 0%, #3a4157 100%);
  height: 100dvh;
}
.p-login .l-container {
  height: 100%;
}
.p-login__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-login__content {
  width: 470px;
}
@media screen and (max-width: 1439px) {
  .p-login__content {
    width: calc(470 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-login__content {
    width: 100%;
  }
}
.p-login__content__title {
  color: #DBBF88;
  font-size: 35px;
  font-weight: bold;
  line-height: 53px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-login__content__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(53 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-login__content__title {
    font-size: calc(28 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-login__content__form__block input[type=text], .p-login__content__form__block input[type=password] {
  background-color: var(--color-white);
  font-size: 15px;
  height: 54px;
  padding: 0 15px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-login__content__form__block input[type=text], .p-login__content__form__block input[type=password] {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(54 / 1440 * 100vw);
    padding: 0 calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-login__content__form__block input[type=text], .p-login__content__form__block input[type=password] {
    font-size: 16px;
    height: calc(52 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.p-login__content__form__block input[type=text]::-moz-placeholder, .p-login__content__form__block input[type=password]::-moz-placeholder {
  color: rgba(26, 26, 26, 0.5);
}
.p-login__content__form__block input[type=text]:-ms-input-placeholder, .p-login__content__form__block input[type=password]:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
}
.p-login__content__form__block input[type=text]::placeholder, .p-login__content__form__block input[type=password]::placeholder {
  color: rgba(26, 26, 26, 0.5);
}
.p-login__content__form__block__error {
  color: #DBBF88;
  font-size: 11px;
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-login__content__form__block__error {
    font-size: calc(11 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-login__content__form__block__error {
    font-size: calc(11 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-login__content__form__block + .p-login__content__form__block {
  margin-top: 18px;
}
@media screen and (max-width: 1439px) {
  .p-login__content__form__block + .p-login__content__form__block {
    margin-top: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-login__content__form__block + .p-login__content__form__block {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.p-login__content__form__button {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 1439px) {
  .p-login__content__form__button {
    margin-top: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-login__content__form__button {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-login__content__form__button input[type=submit] {
  background-color: #DBBF88;
  border-radius: 30px;
  color: #242831;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  font-weight: bold;
  height: 50px;
  width: 137px;
}
@media screen and (max-width: 1439px) {
  .p-login__content__form__button input[type=submit] {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    width: calc(137 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-login__content__form__button input[type=submit] {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    width: calc(137 / 375 * 100vw);
  }
}