.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}
/*******************************************************************************************************
 * normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
 *******************************************************************************************************/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

ul,
ol {
  list-style: none;
  list-style-type: none;
}

p,
li,
dt,
dd,
th,
td,
pre {
  word-break: break-strict;
  line-break: strict;
}

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

img {
  border: none;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
}

body {
  overflow-x: scroll;
  width: auto;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 736px) {
  body {
    min-width: 100%;
  }
}
html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 736px) {
  html {
    font-size: 14px;
  }
}
html,
body {
  height: 100%;
}

img {
  max-width: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
}

@media only screen and (min-width: 737px) {
  a:hover {
    color: #333;
    text-decoration: none;
    transition: 0.2s ease-out;
  }
}
.l-body-drama {
  font-family: "Noto Serif JP", serif;
  background-color: #000;
}

.l--body-drama--rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.l-footer-drama {
  position: relative;
  display: grid;
  grid-template-columns: minmax(-webkit-min-content, 1440px);
  grid-template-columns: minmax(min-content, 1440px);
  justify-content: center;
  padding: 40px 16px;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media only screen and (max-width: 736px) {
  .l-footer-drama {
    row-gap: 40px;
  }
}
@media only screen and (min-width: 737px) {
  .l-footer-drama {
    row-gap: 60px;
    padding: 60px 80px;
  }
}

.l-footer-drama__nav-container {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 736px) {
  .l-footer-drama__nav-container {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 737px) {
  .l-footer-drama__nav-container {
    align-items: flex-start;
    justify-content: space-between;
  }
}

.l-footer-drama__nav-logo-img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 736px) {
  .l-footer-drama__nav-logo-img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media only screen and (min-width: 737px) {
  .l-footer-drama__nav-logo-img {
    max-width: 140px;
    max-height: 140px;
  }
}

.l-footer-drama__nav-lists {
  display: grid;
  mix-blend-mode: exclusion;
}
@media only screen and (max-width: 736px) {
  .l-footer-drama__nav-lists {
    grid-template-columns: repeat(auto-fit, minmax(140px, auto));
    gap: 24px 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 737px) {
  .l-footer-drama__nav-lists {
    grid-auto-columns: minmax(0, 200px);
    grid-auto-flow: column;
    gap: 24px;
  }
}

.l-footer-drama__nav-list-wrapper {
  display: flex;
  gap: 12px;
}
.l-footer-drama__nav-list-wrapper::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.l-footer-drama__nav-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 736px) {
  .l-footer-drama__nav-list {
    width: 320px;
    max-width: 100%;
  }
}

.l-footer-drama__nav-list-item {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .l-footer-drama__nav-list-item {
    cursor: pointer;
  }
  .l-footer-drama__nav-list-item:hover {
    color: rgba(255, 255, 255, 0.4);
  }
}

.l-footer-drama__nav-list-item-link {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 12px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: inherit;
}
@media (any-hover: hover) {
  .l-footer-drama__nav-list-item-link:hover {
    color: inherit;
  }
}

.l-footer-drama__divider {
  border: none;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  mix-blend-mode: exclusion;
}

.l-footer-drama__notes-container {
  display: flex;
  align-items: center;
  gap: 20px;
  mix-blend-mode: exclusion;
}
@media only screen and (max-width: 736px) {
  .l-footer-drama__notes-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 737px) {
  .l-footer-drama__notes-container {
    justify-content: space-between;
  }
}

.l-footer-drama__note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.l-footer-drama--white {
  background-color: rgba(255, 255, 255, 0.9);
}

.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background: #000;
  padding-block: 40px;
}

.l-footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer__list-item {
  position: relative;
}
.l-footer__list-item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 1px;
  background: #FFF;
}

.l-footer__list-link {
  position: relative;
  display: flex;
  padding: 12px;
  font-size: 15px;
  line-height: 1;
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
.l-footer__list-link::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 2%;
  width: calc(100% - 24px);
  background: #FFF;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .l-footer__list-link:hover {
    color: #CCC;
  }
  .l-footer__list-link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.l-footer__copyright {
  font-size: 15px;
  color: #999;
  text-align: center;
}

.l-header-drama {
  position: fixed;
  top: 12px;
  left: 16px;
  right: 16px;
  width: calc(100% - 32px);
  max-width: 1440px;
  margin-inline: auto;
  border-radius: 8px;
  font-family: "minion-pro", serif;
  z-index: 1000;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media only screen and (min-width: 737px) {
  .l-header-drama {
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
  }
}

.l-header-drama--rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.l-header-drama__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.01);
}
@media only screen and (min-width: 737px) {
  .l-header-drama__inner {
    grid-template-columns: repeat(2, auto);
    margin: auto;
    padding: 8px 24px 8px 24px;
  }
}

.l-header-drama__nav {
  display: none;
}
@media only screen and (min-width: 737px) {
  .l-header-drama__nav {
    display: block;
  }
}

.l-header-drama__nav-list {
  display: flex;
  column-gap: 16px;
}
@media only screen and (min-width: 737px) {
  .l-header-drama__nav-list {
    column-gap: 32px;
  }
}

.l-header-drama__nav-item-link {
  background: transparent;
  color: #999;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transition: 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .l-header-drama__nav-item-link:hover {
    background: linear-gradient(90deg, #40c 0%, #001a1a 100%);
    transition: 0.2s ease-in-out;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.l-header-drama--pink .l-header-drama__nav-item-link {
  color: #444;
}
@media (any-hover: hover) {
  .l-header-drama--pink .l-header-drama__nav-item-link:hover {
    background: linear-gradient(90deg, #ff699f 0%, #ff699f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.l-header-drama--red .l-header-drama__nav-item-link {
  color: #444;
}
@media (any-hover: hover) {
  .l-header-drama--red .l-header-drama__nav-item-link:hover {
    background: linear-gradient(90deg, #f04452 0%, #f8717c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.l-header-drama__container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  .l-header-drama__container {
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 737px) {
  .l-header-drama__container {
    column-gap: 32px;
  }
}

.l-header-drama__btn {
  width: 96px;
}
@media only screen and (min-width: 737px) {
  .l-header-drama__btn {
    width: 140px;
  }
}

.l-header-drama__btn-link {
  display: grid;
  width: 100%;
  height: 36px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  place-items: center;
}
@media only screen and (min-width: 737px) {
  .l-header-drama__btn-link {
    height: 40px;
    transition: 0.2s ease-in-out;
  }
}
@media (any-hover: hover) {
  .l-header-drama__btn-link:hover {
    background: linear-gradient(90deg, #40c 0%, #001a1a 100%);
    color: #fff;
  }
}

.l-header-drama--pink .l-header-drama__btn-link {
  background: #ff699f;
  color: #fff;
}
@media (any-hover: hover) {
  .l-header-drama--pink .l-header-drama__btn-link:hover {
    background: #FFF;
    color: #000;
  }
}

.l-header-drama--red .l-header-drama__btn-link {
  background: #f04452;
  color: #fff;
}
@media (any-hover: hover) {
  .l-header-drama--red .l-header-drama__btn-link:hover {
    background: #FFF;
    color: #000;
  }
}

.l-header-drama--pink .c-header-social-links__item-link-icon {
  fill: #000;
}

.l-header-drama--red .c-header-social-links__item-link-icon {
  fill: #000;
}

.l-header-terms {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 100%;
  max-width: 1440px;
  z-index: 1000;
}

.l-header-terms__logo-link {
  display: block;
  padding: 16px;
}
@media only screen and (min-width: 737px) {
  .l-header-terms__logo-link {
    padding: 24px;
  }
}

.l-header-terms__logo {
  display: block;
  height: 24px;
  width: auto;
}
@media only screen and (min-width: 737px) {
  .l-header-terms__logo {
    height: 32px;
  }
}

.l-section {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(auto, 1080px);
  row-gap: 40px;
  position: relative;
  padding: 40px 16px;
}
@media only screen and (min-width: 737px) {
  .l-section {
    row-gap: 60px;
    justify-content: center;
    padding: 120px 40px;
  }
}

.l-section--gradient:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  content: "";
  z-index: 0;
}

.l-section--white-gradient:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #000;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  content: "";
  z-index: 0;
}

.l-section--bg-black-blur {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.l-section--bg-black {
  background-color: #000;
}

.l-section--bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.9);
}

.l-section--bg-white-blur {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.l-section--bg-white {
  background-color: #FFF;
}

.l-section--bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.9);
}

.c-coming-soon {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.c-coming-soon__text {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}

.c-coming-soon__text-strong {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
}

.c-driver-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1px;
}
.c-driver-divider::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 60px;
  height: 16px;
  background-image: url("../img/driver/img_divider_center_sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media only screen and (min-width: 737px) {
  .c-driver-divider::after {
    width: 120px;
    height: 40px;
    background-image: url("../img/driver/img_divider_center.svg");
  }
}

.c-driver-divider--black::after {
  background-image: url("../img/driver/img_divider_center_sp_black.svg");
}
@media only screen and (min-width: 737px) {
  .c-driver-divider--black::after {
    background-image: url("../img/driver/img_divider_center_black.svg");
  }
}

.c-driver-divider__side {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-driver-divider__side:before, .c-driver-divider__side:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 40px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media only screen and (min-width: 737px) {
  .c-driver-divider__side:before, .c-driver-divider__side:after {
    width: 80px;
    height: 40px;
  }
}
.c-driver-divider__side:before {
  left: -8px;
  background-image: url("../img/driver/img_divider_left_sp.svg");
}
@media only screen and (min-width: 737px) {
  .c-driver-divider__side:before {
    left: -20px;
    background-image: url("../img/driver/img_divider_left.svg");
  }
}
.c-driver-divider__side:after {
  right: -8px;
  background-image: url("../img/driver/img_divider_right_sp.svg");
}
@media only screen and (min-width: 737px) {
  .c-driver-divider__side:after {
    right: -20px;
    background-image: url("../img/driver/img_divider_right.svg");
  }
}

.c-driver-divider__side--black:before {
  background-image: url("../img/driver/img_divider_left_sp_black.svg");
}
@media only screen and (min-width: 737px) {
  .c-driver-divider__side--black:before {
    background-image: url("../img/driver/img_divider_left_black.svg");
  }
}
.c-driver-divider__side--black:after {
  background-image: url("../img/driver/img_divider_right_sp_black.svg");
}
@media only screen and (min-width: 737px) {
  .c-driver-divider__side--black:after {
    background-image: url("../img/driver/img_divider_right_black.svg");
  }
}

.c-driver-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-driver-frame:before, .c-driver-frame:after {
  position: absolute;
  left: 50%;
  width: 80px;
  height: 16px;
  background-image: url("../img/driver/img_frame_center_sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  transform: translateX(-50%);
}
@media only screen and (min-width: 737px) {
  .c-driver-frame:before, .c-driver-frame:after {
    width: 120px;
    height: 40px;
    background-image: url("../img/driver/img_frame_center.svg");
  }
}
.c-driver-frame:before {
  top: -8px;
}
@media only screen and (min-width: 737px) {
  .c-driver-frame:before {
    top: -20px;
  }
}
.c-driver-frame:after {
  bottom: -8px;
}
@media only screen and (min-width: 737px) {
  .c-driver-frame:after {
    bottom: -20px;
  }
}

.c-driver-frame--black:before, .c-driver-frame--black:after {
  background-image: url("../img/driver/img_frame_center_sp_black.svg");
}
@media only screen and (min-width: 737px) {
  .c-driver-frame--black:before, .c-driver-frame--black:after {
    background-image: url("../img/driver/img_frame_center_black.svg");
  }
}

.c-driver-frame__side {
  position: absolute;
  top: -10px;
  width: 100%;
}
@media only screen and (min-width: 737px) {
  .c-driver-frame__side {
    top: -20px;
  }
}
.c-driver-frame__side:before, .c-driver-frame__side:after {
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media only screen and (min-width: 737px) {
  .c-driver-frame__side:before, .c-driver-frame__side:after {
    width: 80px;
    height: 80px;
  }
}
.c-driver-frame__side:before {
  left: -10px;
  background-image: url("../img/driver/img_frame_top_left.svg");
}
@media only screen and (min-width: 737px) {
  .c-driver-frame__side:before {
    left: -20px;
  }
}
.c-driver-frame__side:after {
  right: -10px;
  background-image: url("../img/driver/img_frame_top_right.svg");
}
@media only screen and (min-width: 737px) {
  .c-driver-frame__side:after {
    right: -20px;
  }
}

.c-driver-frame__side--black:before {
  background-image: url("../img/driver/img_frame_top_left_black.svg");
}
.c-driver-frame__side--black:after {
  background-image: url("../img/driver/img_frame_top_right_black.svg");
}

.c-driver-frame__side--bottom {
  top: auto;
  bottom: -10px;
  transform: rotate(180deg);
}
@media only screen and (min-width: 737px) {
  .c-driver-frame__side--bottom {
    bottom: -20px;
  }
}

.c-driver-frame__paper-texture {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: -1;
  background-image: url("../img/common/img_paper_texture.webp");
  background-position: center;
  background-size: 512px 512px;
  background-repeat: repeat;
}
@media only screen and (max-width: 736px) {
  .c-driver-frame__paper-texture {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
}
.c-driver-frame__paper-texture::before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  content: "";
  border: solid 1px #444;
  z-index: 1;
  opacity: 0.4;
}
@media only screen and (max-width: 736px) {
  .c-driver-frame__paper-texture::before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
}
.c-driver-frame__paper-texture::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: radial-gradient(closest-side, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  z-index: 1;
}

.c-driver-frame__paper-texture--pink {
  background-image: url("../img/common/img_paper_texture_pink.webp");
}
.c-driver-frame__paper-texture--pink::before {
  border: dashed 2px #FF699F;
}

.c-driver-frame__ribbons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.c-driver-frame__ribbons::before, .c-driver-frame__ribbons::after {
  position: absolute;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 736px) {
  .c-driver-frame__ribbons::before, .c-driver-frame__ribbons::after {
    width: 100px;
    height: 100px;
  }
}
.c-driver-frame__ribbons::before {
  top: -40px;
  left: -40px;
  background-image: url("../img/zetsupro/img_ribbon_01.png");
}
@media only screen and (max-width: 736px) {
  .c-driver-frame__ribbons::before {
    top: -20px;
    left: -20px;
  }
}
.c-driver-frame__ribbons::after {
  bottom: -40px;
  right: -40px;
  background-image: url("../img/zetsupro/img_ribbon_02.png");
}
@media only screen and (max-width: 736px) {
  .c-driver-frame__ribbons::after {
    bottom: -20px;
    right: -20px;
  }
}

.c-driver-frame__background {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: -1;
  background-color: #FFF;
  opacity: 0.4;
  background-position: center;
  background-size: 512px 512px;
  background-repeat: repeat;
}
@media only screen and (max-width: 736px) {
  .c-driver-frame__background {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
}

.c-front-page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-front-page-title__sub-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  width: -webkit-fit-content;
  width: fit-content;
  border-block: solid 1px #FFF;
}

.c-front-page-title__sub {
  width: 200px;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .c-front-page-title__sub--large {
    width: 262px;
  }
}

.c-front-page-title__main {
  height: auto;
  width: 192px;
}

@media only screen and (min-width: 737px) {
  .c-front-page-title__main--large {
    width: 280px;
  }
}

.c-front-section-title {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 16px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.c-front-section-title__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  word-break: keep-all;
  color: #FFF;
}

.c-front-section-title__bars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.c-front-section-title__bar {
  width: 24px;
  height: 4px;
  border-radius: 2px;
}

.c-front-section-title__bar--blue {
  background: #00D2FF;
}

.c-front-section-title__bar--green {
  background: #C3FA14;
}

.c-front-section-title__bar--yellow {
  background: #FFE000;
}

.c-front-section-title__bar--pink {
  background: #FF00A5;
}

.c-header-social-links {
  display: flex;
  column-gap: 12px;
}
@media only screen and (min-width: 737px) {
  .c-header-social-links {
    column-gap: 8px;
  }
}

.c-header-social-links__item {
  width: 32px;
}
@media only screen and (min-width: 737px) {
  .c-header-social-links__item {
    width: 48px;
  }
}

.c-header-social-links__item-link {
  display: grid;
  width: 100%;
  transition: 0.2s ease-in-out;
  place-items: center;
}
@media only screen and (min-width: 737px) {
  .c-header-social-links__item-link {
    height: 48px;
    border-radius: 50%;
  }
}
@media (any-hover: hover) {
  .c-header-social-links__item-link:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transition: 0.2s ease-in-out;
  }
}
.c-header-social-links__item-link img {
  width: 100%;
}
@media only screen and (min-width: 737px) {
  .c-header-social-links__item-link img {
    width: 36px;
  }
}

.c-header-social-links__item-link-icon {
  height: auto;
  fill: #FFF;
}
@media only screen and (max-width: 736px) {
  .c-header-social-links__item-link-icon {
    width: 32px;
  }
}
@media only screen and (min-width: 737px) {
  .c-header-social-links__item-link-icon {
    width: 36px;
  }
}

.c-section-title {
  display: grid;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  .c-section-title {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 92px;
  }
}
@media only screen and (min-width: 737px) {
  .c-section-title {
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: space-between;
  }
}

.c-section-title__en {
  background: linear-gradient(90deg, #40c 0%, #001a1a 100%);
  font-family: "minion-pro", serif;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(5rem, -1.786rem + 14.733vw, 10rem);
}
@media only screen and (max-width: 736px) {
  .c-section-title__en {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 80px;
    transform: translateY(-50%);
  }
}

.c-section-title__en--playwrite {
  font-family: "Playwrite BE VLG", serif;
  line-height: 2;
}

.c-section-title__en--light-red {
  background: linear-gradient(90deg, #f04452 0%, rgba(248, 113, 124, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-section-title__en--pink {
  background: linear-gradient(90deg, #80c 0%, #00111a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-section-title__en--light-pink {
  background: linear-gradient(90deg, #ff699f 0%, rgba(255, 105, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-section-title__en--blue {
  background: linear-gradient(90deg, #3c67dd 0%, rgba(60, 103, 221, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-section-title__jp {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 24px;
  align-items: center;
  color: #ccc;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  .c-section-title__jp {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.4em;
  }
}
@media only screen and (min-width: 737px) {
  .c-section-title__jp {
    font-size: 18px;
    letter-spacing: 0.6em;
  }
}
.c-section-title__jp:before {
  width: 60px;
  height: 1px;
  background-color: #fff;
  content: "";
  opacity: 0.4;
}
@media only screen and (min-width: 737px) {
  .c-section-title__jp:before {
    width: 120px;
  }
}

.c-section-title__jp--black {
  color: #666;
}
.c-section-title__jp--black:before {
  background-color: #666;
}

.c-social-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media only screen and (min-width: 737px) {
  .c-social-links {
    grid-template-columns: repeat(auto-fit, minmax(0, 510px));
    align-items: flex-start;
    justify-content: center;
  }
}

.c-social-links__item {
  display: grid;
  row-gap: 20px;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 737px) {
  .c-social-links__item {
    row-gap: 32px;
  }
}

.c-social-links__item-title {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 737px) {
  .c-social-links__item-title {
    padding-bottom: 20px;
  }
}

.c-social-links--on-white .c-social-links__item-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.c-social-links__item-link {
  display: flex;
  column-gap: 12px;
  align-items: center;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.9);
  font-family: "minion-pro", serif;
  font-size: 20px;
  letter-spacing: 0.15em;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 737px) {
  .c-social-links__item-link {
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .c-social-links__item-link:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
    opacity: 0;
    transition: 0.2s ease-in-out;
  }
}
.c-social-links__item-link:after {
  width: 24px;
  height: 24px;
  background-image: url("../img/driver/icn_external-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media (any-hover: hover) {
  .c-social-links__item-link:hover {
    color: rgba(255, 255, 255, 0.9);
  }
  .c-social-links__item-link:hover:before {
    opacity: 1;
  }
}

.c-social-links--on-white .c-social-links__item-link {
  color: rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 737px) {
  .c-social-links--on-white .c-social-links__item-link:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.c-social-links--on-white .c-social-links__item-link:after {
  background-image: url("../img/driver/icn_external-link-black.svg");
}
@media (any-hover: hover) {
  .c-social-links--on-white .c-social-links__item-link:hover {
    color: rgba(0, 0, 0, 0.9);
  }
}

.c-social-links__item-timeline {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1;
}

.c-social-links__item-timeline--x {
  overflow: hidden scroll;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: 400px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 737px) {
  .c-social-links__item-timeline--x {
    max-height: 500px;
  }
}
.c-social-links__item-timeline--x a {
  color: rgba(255, 255, 255, 0.9);
}

.c-social-links--on-white .c-social-links__item-timeline--x {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-social-links--on-white .c-social-links__item-timeline--x a {
  color: rgba(0, 0, 0, 0.9);
}

.c-social-links__item-timeline--instagram iframe {
  aspect-ratio: 1/1;
}

.c-social-links__item-timeline--youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.c-social-links__item-timeline--youtube iframe {
  width: 100%;
  height: 100%;
}

.c-social-links__item-timeline--tiktok .tiktok-embed {
  margin: 0;
}

.c-social-links__item-timeline-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (any-hover: hover) {
  .c-social-links__item-timeline-overlay:hover {
    cursor: pointer;
  }
}

.c-text-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-inline: auto;
  border: solid 1px #C3FA14;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  background: #000;
  color: #C3FA14;
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .c-text-button:hover {
    background: #C3FA14;
    font-weight: 700;
    color: #000;
  }
}

.p-driver-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -10;
}
@media only screen and (max-width: 736px) {
  .p-driver-background {
    background-image: url("../img/driver/img_mainvisual_sp.webp");
    background-image: image-set(url("../img/driver/img_mainvisual_sp.webp") 1x, url("../img/driver/img_mainvisual_sp@2x.webp") 2x, url("../img/driver/img_mainvisual_sp@3x.webp") 3x);
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-background {
    background-image: url("../img/driver/img_mainvisual_pc.webp");
    background-image: image-set(url("../img/driver/img_mainvisual_pc.webp") 1x, url("../img/driver/img_mainvisual_pc@2x.webp") 2x, url("../img/driver/img_mainvisual_pc@3x.webp") 3x);
  }
}

.p-driver-cast {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast {
    row-gap: 80px;
  }
}

.p-driver-cast__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 80px;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__inner {
    row-gap: 200px;
  }
}

.p-driver-cast__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__lists {
    row-gap: 120px;
  }
}

.p-driver-cast__list-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.p-driver-cast__list-title-jp {
  font-size: 20px;
  letter-spacing: 0.4em;
  text-indent: 0.2em;
  line-height: 1;
  color: #666;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__list-title-jp {
    font-size: 28px;
  }
}

.p-driver-cast__list-title-jp--serif {
  font-family: "Noto Serif JP", serif;
}

.p-driver-cast__list-title-jp--white {
  color: #EEE;
}

.p-driver-cast__list-title-en {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  height: -webkit-fit-content;
  height: fit-content;
  font-size: 40px;
  font-family: "Playwrite BE VLG", serif;
  text-align: center;
  color: #FF699F;
  opacity: 0.15;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__list-title-en {
    top: 12px;
    font-size: 56px;
  }
}

.p-driver-cast__list-title-en--serif {
  top: 16px;
  font-family: "minion-pro", serif;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__list-title-en--serif {
    top: 24px;
  }
}

.p-driver-cast__list-title-en--white {
  color: #999;
}

.p-driver-cast__list {
  display: grid;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  .p-driver-cast__list {
    grid-template-columns: repeat(auto-fit, minmax(240px, auto));
    gap: 40px 20px;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__list {
    grid-template-columns: repeat(auto-fit, minmax(400px, auto));
    gap: 60px 40px;
  }
}

@media only screen and (max-width: 736px) {
  .p-driver-cast__list--small {
    grid-template-columns: repeat(auto-fit, minmax(160px, auto));
    gap: 32px 16px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__list--small {
    grid-template-columns: repeat(auto-fit, minmax(320px, auto));
    gap: 60px 40px;
  }
}

.p-driver-cast__list-item {
  display: grid;
  row-gap: 16px;
  width: 520px;
  max-width: 100%;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__list-item {
    row-gap: 20px;
  }
}

.p-driver-cast__list-item--small {
  width: 240px;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__list-item--small {
    width: 360px;
  }
}

.p-driver-cast__list-item--and-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-family: "Playwrite BE VLG", serif;
  color: #ccc;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__list-item--and-more {
    grid-column: 1/-1;
    height: 160px;
    aspect-ratio: auto;
    font-size: 24px;
  }
}

.p-driver-cast__container {
  display: grid;
  row-gap: 16px;
  width: 100%;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__container {
    row-gap: 20px;
    width: 480px;
    margin: 0 auto;
  }
}

.p-driver-cast__container-image {
  width: 100%;
  height: auto;
}

.p-driver-cast__container-text {
  display: grid;
  row-gap: 16px;
}

.p-driver-cast__container-text-role {
  color: #999;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__container-text-role {
    font-size: 16px;
  }
}

.p-driver-cast__container-text-name {
  color: #eee;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__container-text-name {
    font-size: 20px;
  }
}

.p-driver-cast__container-text-name--black {
  color: #444;
}

.p-driver-cast__container-text-name--small {
  font-size: 14px;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__container-text-name--small {
    font-size: 16px;
  }
}

.p-driver-cast__staff {
  display: grid;
  row-gap: 40px;
  position: relative;
  padding: 48px 24px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff {
    row-gap: 80px;
    padding: 100px 80px;
  }
}

.p-driver-cast__staff--strong {
  background-color: rgba(255, 255, 255, 0.6);
}

.p-driver-cast__staff-title {
  display: grid;
  row-gap: 12px;
  text-align: center;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-title {
    row-gap: 20px;
  }
}

.p-driver-cast__staff-title-en {
  color: rgba(255, 255, 255, 0.4);
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-title-en {
    font-size: 64px;
  }
}

.p-driver-cast__staff-title-en--black {
  color: rgba(0, 0, 0, 0.6);
}

.p-driver-cast__staff-title-jp {
  color: #ccc;
  font-size: 14px;
  letter-spacing: 0.6em;
  line-height: 1;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-title-jp {
    font-size: 18px;
  }
}

.p-driver-cast__staff-title-jp--black {
  color: #666;
}

.p-driver-cast__staff-list {
  display: grid;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  .p-driver-cast__staff-list {
    grid-template-columns: repeat(auto-fill, minmax(280px, auto));
    gap: 40px 20px;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-list {
    grid-template-columns: repeat(auto-fill, minmax(400px, auto));
    gap: 60px 40px;
  }
}

.p-driver-cast__staff-list-item {
  display: grid;
  align-items: flex-start;
  width: 800px;
  max-width: 100%;
}
@media only screen and (max-width: 736px) {
  .p-driver-cast__staff-list-item {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-list-item {
    grid-template-columns: 1fr;
    column-gap: 40px;
  }
}

.p-driver-cast__staff-container {
  display: grid;
}
@media only screen and (max-width: 736px) {
  .p-driver-cast__staff-container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-container {
    grid-template-columns: 240px 1fr;
    column-gap: 40px;
  }
}

.p-driver-cast__staff-image {
  width: 100%;
}
.p-driver-cast__staff-image img {
  width: 100%;
}

.p-driver-cast__staff-body {
  display: grid;
  row-gap: 12px;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-body {
    row-gap: 16px;
  }
}

.p-driver-cast__staff-body--center {
  place-items: center;
}

.p-driver-cast__staff-body-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #444;
}
@media only screen and (max-width: 736px) {
  .p-driver-cast__staff-body-name {
    font-size: 16px;
  }
}

.p-driver-cast__staff-body-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-driver-cast__staff-body-title-main {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #444;
}
@media only screen and (max-width: 736px) {
  .p-driver-cast__staff-body-title-main {
    font-size: 24px;
  }
}

.p-driver-cast__staff-body-title-sub {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #999;
}
@media only screen and (max-width: 736px) {
  .p-driver-cast__staff-body-title-sub {
    font-size: 12px;
  }
}

.p-driver-cast__staff-body-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-inline: auto;
  padding: 16px;
  width: 100%;
  max-width: 320px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 1000px;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 736px) {
  .p-driver-cast__staff-body-link {
    font-size: 14px;
  }
}
.p-driver-cast__staff-body-link::after {
  width: 24px;
  height: 24px;
  content: "";
  background: center/cover no-repeat url("../img/driver/icn_external-link-black.svg");
}
@media only screen and (max-width: 736px) {
  .p-driver-cast__staff-body-link::after {
    width: 20px;
    height: 20px;
  }
}
@media (any-hover: hover) {
  .p-driver-cast__staff-body-link {
    cursor: pointer;
  }
  .p-driver-cast__staff-body-link:hover {
    background-color: rgba(255, 105, 159, 0.05);
  }
}

.p-driver-cast__staff-box {
  display: grid;
  row-gap: 4px;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-box {
    row-gap: 8px;
  }
}

.p-driver-cast__staff-box-role {
  color: #999;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-box-role {
    font-size: 16px;
  }
}

.p-driver-cast__staff-box-role--black {
  color: #666;
}

.p-driver-cast__staff-box-name {
  color: #eee;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-box-name {
    font-size: 20px;
  }
}

.p-driver-cast__staff-box-name--black {
  color: #444;
}

.p-driver-cast__staff-unit {
  display: grid;
  row-gap: 12px;
}

.p-driver-cast__staff-unit-text {
  color: #ccc;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-unit-text {
    font-size: 16px;
  }
}

.p-driver-cast__staff-unit-list {
  padding-left: 1.2em;
  list-style: disc;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-unit-list {
    padding-left: 1.6em;
  }
}

.p-driver-cast__staff-unit-item {
  color: #ccc;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media only screen and (min-width: 737px) {
  .p-driver-cast__staff-unit-item {
    font-size: 12px;
  }
}

@media only screen and (min-width: 737px) {
  .p-driver-follow {
    padding-bottom: 40px;
  }
}

.p-driver-introduction {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
  position: relative;
  width: 100%;
  padding: 48px 24px;
  z-index: 1;
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction {
    row-gap: 64px;
    padding: 80px;
  }
}

.p-driver-introduction__title {
  color: #fff;
  font-family: "minion-pro", serif;
  font-size: 16px;
  letter-spacing: 0.4em;
  line-height: 1;
  text-align: center;
  opacity: 0.4;
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__title {
    font-size: 24px;
  }
}

.p-driver-introduction__title--cute {
  font-family: "Playwrite BE VLG", serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 2;
  color: #ff699f;
}

.p-driver-introduction__subtitle {
  color: #666;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 4px;
}
@media only screen and (max-width: 736px) {
  .p-driver-introduction__subtitle {
    font-size: 18px;
  }
}

.p-driver-introduction__catch {
  display: grid;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  .p-driver-introduction__catch {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch {
    grid-template-columns: repeat(3, auto);
    column-gap: 32px;
    align-items: center;
  }
}

.p-driver-introduction__catch--vertical {
  grid-auto-flow: row;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch--vertical {
    grid-template-columns: 240px 240px;
  }
}

.p-driver-introduction__catch-item {
  position: relative;
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch-item {
    column-gap: 12px;
  }
}

.p-driver-introduction__catch-item--vertical {
  flex-direction: column;
}

.p-driver-introduction__catch-role {
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch-role {
    font-size: 20px;
  }
}

.p-driver-introduction__catch-role--horizontal {
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
}

.p-driver-introduction__catch-role--double {
  margin-top: 32px;
  text-align: center;
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch-role--double {
    grid-column: span 2;
    margin-top: 64px;
  }
}

.p-driver-introduction__catch-name {
  color: #eee;
  font-size: clamp(2rem, 0.643rem + 2.947vw, 3rem);
  letter-spacing: 0.1em;
  text-align: center;
}

.p-driver-introduction__catch-name-small {
  font-size: 12px;
  color: #eee;
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch-name-small {
    font-size: 16px;
    line-height: 1;
    text-align: center;
  }
}

.p-driver-introduction__catch-name--black {
  color: #444;
}

.p-driver-introduction__catch-name--small {
  font-size: 20px;
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch-name--small {
    font-size: 32px;
  }
}

.p-driver-introduction__catch-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-driver-introduction__catch-name--large {
  font-size: clamp(2rem, -0.715rem + 5.893vw, 4rem);
}

.p-driver-introduction__catch-cast-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  place-self: center;
  width: 100%;
  max-width: 640px;
}
@media only screen and (max-width: 736px) {
  .p-driver-introduction__catch-cast-imgs {
    flex-direction: column;
    gap: 32px;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch-cast-imgs {
    gap: 64px;
  }
}

.p-driver-introduction__catch-cast-img-dot {
  border-radius: 100%;
  background-color: #FF699F;
  opacity: 0.4;
}
@media only screen and (max-width: 736px) {
  .p-driver-introduction__catch-cast-img-dot {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch-cast-img-dot {
    width: 16px;
    height: 16px;
  }
}

.p-driver-introduction__catch-cast-img-divider {
  margin: auto;
  flex-shrink: 0;
  border-top: dashed 2px #FF699F;
  opacity: 0.4;
}
@media only screen and (max-width: 736px) {
  .p-driver-introduction__catch-cast-img-divider {
    width: 80%;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch-cast-img-divider {
    width: 100%;
  }
}

@media only screen and (max-width: 736px) {
  .p-driver-introduction__catch-cast-img {
    width: 160px;
    margin: auto;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch-cast-img {
    width: 240px;
  }
}

@media only screen and (max-width: 736px) {
  .p-driver-introduction__catch-cast-img--large {
    width: 240px;
    margin: auto;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__catch-cast-img--large {
    width: 100%;
  }
}

.p-driver-introduction__lead {
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;
  color: #EEE;
}

.p-driver-introduction__body {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__body {
    row-gap: 32px;
  }
}

.p-driver-introduction__text {
  color: #ccc;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (min-width: 737px) {
  .p-driver-introduction__text {
    font-size: 18px;
    text-align: center;
  }
}

.p-driver-introduction__text--black {
  color: #666;
}

.p-driver-mainvisual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100svh;
  z-index: 10;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 736px) {
  .p-driver-mainvisual {
    gap: 8px;
    padding: 16px;
    max-height: 600px;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-mainvisual {
    gap: 16px;
    padding: 40px 80px;
  }
}
.p-driver-mainvisual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 320px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: -10;
}

@media only screen and (max-width: 736px) {
  .p-driver-mainvisual__heading {
    width: 280px;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-mainvisual__heading {
    width: 380px;
  }
}

.p-driver-mainvisual__heading-img {
  width: 100%;
  filter: drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.5));
}

.p-driver-mainvisual__cast {
  color: #FFF;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 736px) {
  .p-driver-mainvisual__cast {
    font-size: 16px;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-mainvisual__cast {
    font-size: 20px;
  }
}

.p-driver-mainvisual__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.p-driver-mainvisual__cta-lead {
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #FFF;
}
@media only screen and (min-width: 737px) {
  .p-driver-mainvisual__cta-lead {
    font-size: 16px;
  }
}

.p-driver-mainvisual__cta-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-driver-mainvisual__cta-badge {
  width: 100%;
  max-width: 180px;
  height: auto;
}

.p-driver-story {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 80px;
}
@media only screen and (min-width: 737px) {
  .p-driver-story {
    padding-bottom: 120px;
  }
}

.p-driver-story__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media only screen and (min-width: 737px) {
  .p-driver-story__inner {
    row-gap: 160px;
  }
}

.p-driver-story__container {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1020px) {
  .p-driver-story__container {
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1020px) {
  .p-driver-story__container--equally {
    grid-template-columns: 1fr 1px 1fr;
    gap: 60px;
    align-items: flex-start;
  }
}

.p-driver-story__body {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  order: 2;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  flex-shrink: 0;
  z-index: 1;
}
@media only screen and (min-width: 1020px) {
  .p-driver-story__body {
    row-gap: 32px;
    order: 1;
  }
}

.p-driver-story__body--equally {
  order: 1;
}

.p-driver-story__divider {
  display: none;
  height: 100%;
  width: 1px;
  border: none;
  background: #444;
}
@media only screen and (min-width: 1020px) {
  .p-driver-story__divider {
    display: block;
  }
}

.p-driver-story__divider--white {
  background: #eee;
}

.p-driver-story__text {
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (min-width: 737px) {
  .p-driver-story__text {
    font-size: 18px;
  }
}

.p-driver-story__text--black {
  color: #666;
}

.p-driver-story__image {
  position: relative;
  mix-blend-mode: screen;
  width: 100%;
  height: 240px;
  order: 1;
}
@media only screen and (min-width: 1020px) {
  .p-driver-story__image {
    width: 500px;
    height: 500px;
  }
}
.p-driver-story__image:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  max-width: 640px;
  height: auto;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1020px) {
  .p-driver-story__image:after {
    width: 820px;
    height: 820px;
  }
}

.p-driver-story__image--01:after {
  background-image: url("../img/driver/img_story01.webp");
  background-image: image-set(url("../img/driver/img_story01.webp") 1x, url("../img/driver/img_story01@2x.webp") 2x, url("../img/driver/img_story01@3x.webp") 3x);
}

.p-driver-story__image--02:after {
  background-image: url("../img/driver/img_story02.webp");
  background-image: image-set(url("../img/driver/img_story02.webp") 1x, url("../img/driver/img_story02@2x.webp") 2x, url("../img/driver/img_story02@3x.webp") 3x);
}

.p-driver-story__image--03:after {
  background-image: url("../img/hotel/img_story01.webp");
  background-image: image-set(url("../img/hotel/img_story01.webp") 1x, url("../img/hotel/img_story01@2x.webp") 2x, url("../img/hotel/img_story01@3x.webp") 3x);
}

.p-driver-story__image--04:after {
  background-image: url("../img/hotel/img_story02.webp");
  background-image: image-set(url("../img/hotel/img_story02.webp") 1x, url("../img/hotel/img_story02@2x.webp") 2x, url("../img/hotel/img_story02@3x.webp") 3x);
}

@media only screen and (max-width: 736px) {
  .p-driver-stream {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-driver-stream__inner {
  display: grid;
  position: relative;
  margin: auto;
  place-items: center;
}
@media only screen and (max-width: 736px) {
  .p-driver-stream__inner {
    row-gap: 40px;
    width: 100%;
    height: 343px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media only screen and (min-width: 737px) {
  .p-driver-stream__inner {
    row-gap: 80px;
    width: 480px;
    height: 480px;
  }
}
.p-driver-stream__inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #001a1a 0%, #40c 100%);
  content: "";
  z-index: -2;
  mix-blend-mode: multiply;
}

.p-driver-stream__inner--white:after {
  background: rgba(255, 255, 255, 0.1);
  mix-blend-mode: normal;
}

.p-driver-stream__inner--white-blur:after {
  background: rgba(255, 255, 255, 0.4);
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.p-driver-stream__container {
  display: grid;
  row-gap: 40px;
  width: 100%;
}
@media only screen and (min-width: 737px) {
  .p-driver-stream__container {
    width: -webkit-fit-content;
    width: fit-content;
  }
}

.p-driver-stream__title {
  display: grid;
  row-gap: 12px;
  text-align: center;
}
@media only screen and (min-width: 737px) {
  .p-driver-stream__title {
    row-gap: 20px;
  }
}

.p-driver-stream__title-en {
  color: rgba(255, 255, 255, 0.4);
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media only screen and (min-width: 737px) {
  .p-driver-stream__title-en {
    font-size: 54px;
  }
}

.p-driver-stream__title-en--black {
  color: rgba(0, 0, 0, 0.6);
}

.p-driver-stream__title-jp {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6em;
  line-height: 1;
}
@media only screen and (min-width: 737px) {
  .p-driver-stream__title-jp {
    font-size: 16px;
  }
}

.p-driver-stream__title-jp--black {
  color: rgba(0, 0, 0, 0.8);
}

.p-driver-stream__box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .p-driver-stream__box {
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-driver-stream__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  background: #FFF;
  color: #000;
  transition: all 0.2s ease-in-out;
}
.p-driver-stream__button::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%203V5H17.59L7.76%2014.83L9.17%2016.24L19%206.41V10H21V3M19%2019H5V5H12V3H5C4.46957%203%203.96086%203.21071%203.58579%203.58579C3.21071%203.96086%203%204.46957%203%205V19C3%2019.5304%203.21071%2020.0391%203.58579%2020.4142C3.96086%2020.7893%204.46957%2021%205%2021H19C19.5304%2021%2020.0391%2020.7893%2020.4142%2020.4142C20.7893%2020.0391%2021%2019.5304%2021%2019V12H19V19Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .p-driver-stream__button:hover {
    background: #000;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
  }
  .p-driver-stream__button:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%203V5H17.59L7.76%2014.83L9.17%2016.24L19%206.41V10H21V3M19%2019H5V5H12V3H5C4.46957%203%203.96086%203.21071%203.58579%203.58579C3.21071%203.96086%203%204.46957%203%205V19C3%2019.5304%203.21071%2020.0391%203.58579%2020.4142C3.96086%2020.7893%204.46957%2021%205%2021H19C19.5304%2021%2020.0391%2020.7893%2020.4142%2020.4142C20.7893%2020.0391%2021%2019.5304%2021%2019V12H19V19Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  }
}

.p-driver-stream__button--black {
  background: #ff699f;
  color: #FFF;
}
.p-driver-stream__button--black::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%203V5H17.59L7.76%2014.83L9.17%2016.24L19%206.41V10H21V3M19%2019H5V5H12V3H5C4.46957%203%203.96086%203.21071%203.58579%203.58579C3.21071%203.96086%203%204.46957%203%205V19C3%2019.5304%203.21071%2020.0391%203.58579%2020.4142C3.96086%2020.7893%204.46957%2021%205%2021H19C19.5304%2021%2020.0391%2020.7893%2020.4142%2020.4142C20.7893%2020.0391%2021%2019.5304%2021%2019V12H19V19Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
@media (any-hover: hover) {
  .p-driver-stream__button--black:hover {
    background: #FFF;
    color: #000;
  }
  .p-driver-stream__button--black:hover::after {
    background: center/contain no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%203V5H17.59L7.76%2014.83L9.17%2016.24L19%206.41V10H21V3M19%2019H5V5H12V3H5C4.46957%203%203.96086%203.21071%203.58579%203.58579C3.21071%203.96086%203%204.46957%203%205V19C3%2019.5304%203.21071%2020.0391%203.58579%2020.4142C3.96086%2020.7893%204.46957%2021%205%2021H19C19.5304%2021%2020.0391%2020.7893%2020.4142%2020.4142C20.7893%2020.0391%2021%2019.5304%2021%2019V12H19V19Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  }
}

.p-driver-stream__button--red {
  background: #f04452;
  color: #FFF;
}
.p-driver-stream__button--red::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%203V5H17.59L7.76%2014.83L9.17%2016.24L19%206.41V10H21V3M19%2019H5V5H12V3H5C4.46957%203%203.96086%203.21071%203.58579%203.58579C3.21071%203.96086%203%204.46957%203%205V19C3%2019.5304%203.21071%2020.0391%203.58579%2020.4142C3.96086%2020.7893%204.46957%2021%205%2021H19C19.5304%2021%2020.0391%2020.7893%2020.4142%2020.4142C20.7893%2020.0391%2021%2019.5304%2021%2019V12H19V19Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
@media (any-hover: hover) {
  .p-driver-stream__button--red:hover {
    background: #FFF;
    color: #000;
  }
  .p-driver-stream__button--red:hover::after {
    background: center/contain no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%203V5H17.59L7.76%2014.83L9.17%2016.24L19%206.41V10H21V3M19%2019H5V5H12V3H5C4.46957%203%203.96086%203.21071%203.58579%203.58579C3.21071%203.96086%203%204.46957%203%205V19C3%2019.5304%203.21071%2020.0391%203.58579%2020.4142C3.96086%2020.7893%204.46957%2021%205%2021H19C19.5304%2021%2020.0391%2020.7893%2020.4142%2020.4142C20.7893%2020.0391%2021%2019.5304%2021%2019V12H19V19Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  }
}

.p-driver-stream__badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: auto;
}

.p-driver-stream__badge {
  width: 100%;
  height: auto;
}

.p-driver-stream__badge-content {
  width: 100%;
  height: auto;
}

.p-front-about {
  padding: 30px 20px;
}

.p-front-about__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 30px 10px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.8);
}

.p-front-about__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.p-front-about__description-paragraph {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  word-break: keep-all;
}

.p-front-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
}
@media only screen and (max-width: 736px) {
  .p-front-background {
    background: center/1200px no-repeat url("../img/front/img_bg_pc.webp"), #000;
  }
}
@media only screen and (min-width: 737px) {
  .p-front-background {
    background: center/cover no-repeat url("../img/front/img_bg_pc.webp"), #000;
  }
}

.p-front-contact__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding-block: 30px;
}

.p-front-contact__lead {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  filter: drop-shadow(0 0 4px #000);
}

.p-front-drama__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding-block: 30px;
}

.p-front-drama__list-wrapper {
  position: relative;
}

.p-front-drama__list-item-inner {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  outline: solid 1px rgba(0, 0, 0, 0.05);
  outline-offset: -1px;
  background: #fff;
}
@media (any-hover: hover) {
  .p-front-drama__list-item-inner:hover {
    cursor: pointer;
  }
  .p-front-drama__list-item-inner:hover .p-front-drama__list-item-thumbnail {
    opacity: 0.9;
    transform: scale(1.05);
  }
}

.p-front-drama__list-item-inner--not-linked {
  pointer-events: none;
}

.p-front-drama__list-item-thumbnail {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
}

.p-front-drama__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.p-front-drama__dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ccc;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-front-drama__dot:hover {
    background: #00d2ff;
  }
}

.p-front-drama__dot--active {
  background: #00d2ff;
  pointer-events: none;
}

.p-front-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
  translate: 0 calc(50vh - 50%);
}
@media only screen and (max-width: 736px) {
  .p-front-fixed {
    display: none;
  }
}

.p-front-fixed__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 30px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 1200px) {
  .p-front-fixed__inner {
    gap: 32px;
    padding: 48px 30px;
  }
}

.p-front-fixed__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.p-front-fixed__drama-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, auto));
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.p-front-fixed__drama-list-item {
  width: 180px;
  max-width: 100%;
  height: auto;
}

.p-front-fixed__drama-list-item-inner {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  outline: solid 1px rgba(0, 0, 0, 0.05);
  outline-offset: -1px;
  background: #fff;
}
@media (any-hover: hover) {
  .p-front-fixed__drama-list-item-inner:hover {
    cursor: pointer;
  }
  .p-front-fixed__drama-list-item-inner:hover .p-front-fixed__drama-list-item-thumbnail {
    opacity: 0.9;
    transform: scale(1.05);
  }
}

.p-front-fixed__drama-list-item-inner--not-linked {
  pointer-events: none;
}

.p-front-fixed__drama-list-item-thumbnail {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
}

.p-front-fixed__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.p-front-fixed__dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ccc;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-front-fixed__dot:hover {
    background: #00d2ff;
  }
}

.p-front-fixed__dot--active {
  background: #00d2ff;
  pointer-events: none;
}

.p-front-links__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.8);
}

.p-front-links__sns-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.p-front-links__app-icon {
  width: 80px;
  height: 80px;
}

.p-front-links__sns-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.p-front-links__sns-list-item-inner {
  display: block;
  padding: 8px;
  border-radius: 32px;
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .p-front-links__sns-list-item-inner:hover {
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
}

.p-front-links__sns-icon {
  width: 48px;
  height: 48px;
}

.p-front-links__badges {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.p-front-links__badge-wrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
  z-index: 0;
}
.p-front-links__badge-wrapper::before {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 8px;
  content: "";
  transition: all 0.2s ease-in-out;
  z-index: -10;
}
@media (any-hover: hover) {
  .p-front-links__badge-wrapper:hover {
    cursor: pointer;
  }
  .p-front-links__badge-wrapper:hover::before {
    background: rgba(255, 255, 255, 0.4);
  }
}

.p-front-links__badge {
  width: 100%;
  height: auto;
}

.p-front-mainvisual {
  overflow: hidden;
}

.p-front-mainvisual__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-height: 840px;
  padding: 50px 20px 30px;
}
@media only screen and (max-width: 736px) {
  .p-front-mainvisual__inner {
    height: 100vh;
  }
}

.p-front-mainvisual__title {
  flex-shrink: 0;
}

.p-front-mainvisual__capture-wrapper {
  overflow: hidden;
  height: -webkit-max-content;
  height: max-content;
}

.p-front-mainvisual__capture {
  width: auto;
  height: 100%;
}

.p-front-mainvisual__badges {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.p-front-mainvisual__badge-wrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.p-front-mainvisual__badge-wrapper::before {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 8px;
  content: "";
  transition: all 0.2s ease-in-out;
  z-index: -10;
}
@media (any-hover: hover) {
  .p-front-mainvisual__badge-wrapper:hover {
    cursor: pointer;
  }
  .p-front-mainvisual__badge-wrapper:hover::before {
    background: rgba(255, 255, 255, 0.4);
  }
}

.p-front-mainvisual__badge {
  width: 100%;
  height: auto;
}

.p-front-news__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  position: relative;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.8);
}

.p-front-news__timeline-wrapper {
  overflow-y: scroll;
  width: 100%;
  max-width: 480px;
  height: 100%;
  border-radius: 12px;
  margin-inline: auto;
}

@media only screen and (min-width: 737px) {
  .p-front-scrolled {
    overflow-y: scroll;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

@media only screen and (min-width: 737px) {
  .p-front-scrolled::-webkit-scrollbar {
    display: none;
  }
}

.p-front {
  position: relative;
  background: #000;
  z-index: 0;
}
@media only screen and (min-width: 737px) and (max-width: 1200px) {
  .p-front {
    display: grid;
    grid-template-columns: minmax(320px, 800px) 390px;
    gap: 24px;
    justify-content: center;
    padding-inline: 32px 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-front {
    display: grid;
    grid-template-columns: minmax(320px, 800px) 390px;
    gap: 72px;
    justify-content: center;
    padding-inline: 80px 100px;
  }
}

.p-himeka-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-repeat: repeat;
  background-size: 900px 540px;
  background-image: url("../img/himeka/img_kv_bg.webp");
  z-index: -10;
  animation: bg-move 30s linear infinite;
}
@media only screen and (max-width: 736px) {
  .p-himeka-background {
    background-size: 450px 270px;
  }
}

@keyframes bg-move {
  0% {
    background-position: bottom left;
  }
  100% {
    background-position: bottom 540px left 900px;
    @media only screen and (max-width: 736px) {
      background-position: bottom 270px left 450px;
    }
  }
}
.p-himeka-mainvisual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  height: 100svh;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .p-himeka-mainvisual {
    align-items: flex-end;
    max-height: 600px;
  }
}
@media only screen and (min-width: 737px) {
  .p-himeka-mainvisual {
    max-height: 720px;
  }
}
@media only screen and (min-width: 1280px) {
  .p-himeka-mainvisual {
    max-height: 800px;
  }
}
@media only screen and (min-width: 1600px) {
  .p-himeka-mainvisual {
    max-height: 960px;
  }
}

.p-himeka-mainvisual__heading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 736px) {
  .p-himeka-mainvisual__heading-container {
    gap: 20px;
  }
}

.p-himeka-mainvisual__heading {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .p-himeka-mainvisual__heading {
    max-width: 240px;
  }
}
@media only screen and (min-width: 737px) {
  .p-himeka-mainvisual__heading {
    max-width: 360px;
  }
}
@media only screen and (min-width: 1280px) {
  .p-himeka-mainvisual__heading {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  .p-himeka-mainvisual__heading {
    max-width: 540px;
  }
}

.p-himeka-mainvisual__heading-img {
  width: 100%;
}

.p-himeka-mainvisual__heading-cast {
  display: block;
  width: 60%;
  height: auto;
  margin-top: 12px;
  margin-inline: auto;
}

.p-himeka-mainvisual__heading-copyright {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.6;
}
@media only screen and (max-width: 736px) {
  .p-himeka-mainvisual__heading-copyright {
    font-size: 12px;
  }
}

.p-himeka-mainvisual__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.p-himeka-mainvisual__cta-lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  width: 100%;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.6;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 1600px) {
  .p-himeka-mainvisual__cta-lead {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .p-himeka-mainvisual__cta-lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 736px) {
  .p-himeka-mainvisual__cta-lead {
    font-size: 16px;
  }
}

.p-himeka-mainvisual__cta-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-himeka-mainvisual__cta-badge {
  height: auto;
}
@media only screen and (max-width: 736px) {
  .p-himeka-mainvisual__cta-badge {
    width: 160px;
  }
}
@media only screen and (min-width: 737px) {
  .p-himeka-mainvisual__cta-badge {
    width: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .p-himeka-mainvisual__cta-badge {
    width: 200px;
  }
}
@media only screen and (min-width: 1600px) {
  .p-himeka-mainvisual__cta-badge {
    width: 240px;
  }
}

.p-himeka-mainvisual__motif-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.p-himeka-mainvisual__motif-01 {
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0;
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1020px) {
  .p-himeka-mainvisual__motif-01 {
    left: -80px;
  }
}
@media only screen and (max-width: 736px) {
  .p-himeka-mainvisual__motif-01 {
    display: none;
  }
}

.p-himeka-mainvisual__motif-02 {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1020px) {
  .p-himeka-mainvisual__motif-02 {
    right: -80px;
  }
}
@media only screen and (max-width: 736px) {
  .p-himeka-mainvisual__motif-02 {
    display: none;
  }
}

.p-himeka-mainvisual__motif-03 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 736px) {
  .p-himeka-mainvisual__motif-03 {
    display: none;
  }
}

.p-himeka-mainvisual__motif-04 {
  display: none;
}
@media only screen and (max-width: 736px) {
  .p-himeka-mainvisual__motif-04 {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: auto;
    max-width: none;
    height: 100%;
  }
}

.p-hotel-background {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100svh;
  z-index: -10;
}
@media only screen and (max-width: 736px) {
  .p-hotel-background {
    background-image: url("../img/hotel/img_mainvisual_sp.webp");
    background-image: image-set(url("../img/hotel/img_mainvisual_sp.webp") 1x, url("../img/hotel/img_mainvisual_sp@2x.webp") 2x, url("../img/hotel/img_mainvisual_sp@3x.webp") 3x);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-hotel-background::before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-size: auto 90%;
  background-color: #FFF;
  background-image: url("../img/hotel/img_mainvisual_pc_01.webp");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 736px) {
  .p-hotel-background::before {
    display: none;
  }
}
.p-hotel-background::after {
  content: "";
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-size: auto 90%;
  background-color: #161616;
  background-image: url("../img/hotel/img_mainvisual_pc_02.webp");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 736px) {
  .p-hotel-background::after {
    display: none;
  }
}

.p-hotel-mainvisual__heading {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100svh;
  z-index: 10;
}
@media only screen and (max-width: 736px) {
  .p-hotel-mainvisual__heading {
    padding-bottom: 180px;
    max-height: 720px;
  }
}
@media only screen and (min-width: 737px) {
  .p-hotel-mainvisual__heading {
    padding-bottom: 232px;
  }
}

.p-hotel-mainvisual__heading-img {
  height: auto;
  filter: drop-shadow(0px 0px 24px rgba(255, 0, 128, 0.6));
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 736px) {
  .p-hotel-mainvisual__heading-img {
    width: 300px;
  }
}
@media only screen and (min-width: 737px) {
  .p-hotel-mainvisual__heading-img {
    width: 480px;
  }
}

.p-hotel-mainvisual__texts {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100svh;
  z-index: 10;
}
@media only screen and (max-width: 736px) {
  .p-hotel-mainvisual__texts {
    max-height: 720px;
    padding: 80px 16px;
    text-shadow: 0 0 8px rgb(0, 0, 0);
  }
}
@media only screen and (min-width: 737px) and (max-width: 1440px) {
  .p-hotel-mainvisual__texts {
    padding: 108px 80px;
    text-shadow: 0 0 8px rgb(0, 0, 0);
  }
}
@media only screen and (min-width: 1441px) {
  .p-hotel-mainvisual__texts {
    padding: 108px 80px;
    mix-blend-mode: difference;
  }
}

.p-hotel-mainvisual__cast {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-hotel-mainvisual__cast-heading {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  text-indent: 1em;
  letter-spacing: 1em;
  line-height: 1;
  color: #FFF;
}
@media only screen and (max-width: 736px) {
  .p-hotel-mainvisual__cast-heading {
    font-size: 16px;
  }
}

.p-hotel-mainvisual__cast-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.p-hotel-mainvisual__cast-name-item {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 736px) {
  .p-hotel-mainvisual__cast-name-item {
    font-size: 24px;
  }
}

.p-hotel-mainvisual__cast-name-cross {
  position: relative;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 736px) {
  .p-hotel-mainvisual__cast-name-cross {
    width: 24px;
    height: 24px;
  }
}
.p-hotel-mainvisual__cast-name-cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transform: rotate(45deg);
}
.p-hotel-mainvisual__cast-name-cross::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transform: rotate(-45deg);
}

.p-hotel-mainvisual__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 736px) {
  .p-hotel-mainvisual__cta {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 737px) {
  .p-hotel-mainvisual__cta {
    margin-top: 16px;
  }
}

.p-hotel-mainvisual__cta-lead {
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #FFF;
}
@media only screen and (min-width: 737px) {
  .p-hotel-mainvisual__cta-lead {
    font-size: 16px;
  }
}

.p-hotel-mainvisual__cta-badges {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100svh;
}
@media only screen and (max-width: 736px) {
  .p-hotel-mainvisual__cta-badges {
    padding: 16px;
    max-height: 720px;
  }
}
@media only screen and (min-width: 737px) {
  .p-hotel-mainvisual__cta-badges {
    padding: 40px 80px;
  }
}

.p-hotel-mainvisual__cta-badge {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 736px) {
  .p-hotel-mainvisual__cta-badge {
    max-width: 160px;
  }
}
@media only screen and (min-width: 737px) {
  .p-hotel-mainvisual__cta-badge {
    max-width: 180px;
  }
}

.p-jiko-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -10;
}
@media only screen and (max-width: 736px) {
  .p-jiko-background {
    background-image: url("../img/jiko/img_mainvisual_sp.webp");
  }
}
@media only screen and (min-width: 737px) {
  .p-jiko-background {
    background-image: url("../img/jiko/img_mainvisual.webp");
  }
}

.p-jiko-mainvisual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100svh;
  z-index: 10;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 736px) {
  .p-jiko-mainvisual {
    gap: 8px;
    padding: 64px 16px 16px;
  }
}
@media only screen and (min-width: 737px) {
  .p-jiko-mainvisual {
    padding: 80px 80px 40px;
  }
}
.p-jiko-mainvisual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 320px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: -10;
}

.p-jiko-mainvisual__heading {
  width: 100%;
  mix-blend-mode: overlay;
}
@media only screen and (max-width: 736px) {
  .p-jiko-mainvisual__heading {
    max-width: 480px;
  }
}
@media only screen and (min-width: 737px) {
  .p-jiko-mainvisual__heading {
    max-width: 640px;
  }
}

.p-jiko-mainvisual__heading-img {
  width: 100%;
}

.p-jiko-mainvisual__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 737px) {
  .p-jiko-mainvisual__info {
    gap: 16px;
  }
}
@media only screen and (max-width: 736px) {
  .p-jiko-mainvisual__info {
    gap: 8px;
  }
}

.p-jiko-mainvisual__cast {
  width: 100%;
  max-width: 720px;
}
@media only screen and (max-width: 736px) {
  .p-jiko-mainvisual__cast {
    max-width: 320px;
  }
}

.p-jiko-mainvisual__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 737px) {
  .p-jiko-mainvisual__cta {
    gap: 16px;
  }
}
@media only screen and (max-width: 736px) {
  .p-jiko-mainvisual__cta {
    gap: 8px;
  }
}

.p-jiko-mainvisual__cta-lead {
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #FFF;
}
@media only screen and (min-width: 737px) {
  .p-jiko-mainvisual__cta-lead {
    padding: 12px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 736px) {
  .p-jiko-mainvisual__cta-lead {
    padding: 4px 0;
    font-size: 14px;
  }
}

.p-jiko-mainvisual__cta-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-jiko-mainvisual__cta-badge {
  width: 100%;
  max-width: 180px;
  height: auto;
}
@media only screen and (max-width: 736px) {
  .p-jiko-mainvisual__cta-badge {
    max-width: 120px;
  }
}

.p-lovecom-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -10;
}
@media only screen and (max-width: 736px) {
  .p-lovecom-background {
    background-image: url("../img/lovecom/img_mainvisual_bg_sp.webp");
  }
}
@media only screen and (min-width: 1021px) {
  .p-lovecom-background {
    background-image: url("../img/lovecom/img_mainvisual_bg.webp");
  }
}
@media only screen and (min-width: 737px) and (max-width: 1020px) {
  .p-lovecom-background {
    background-image: url("../img/lovecom/img_mainvisual_bg_tab.webp");
  }
}

.p-lovecom-mainvisual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .p-lovecom-mainvisual {
    justify-content: flex-end;
    gap: 16px;
    padding: 16px;
    max-height: 600px;
  }
}
@media only screen and (min-width: 1021px) {
  .p-lovecom-mainvisual {
    gap: 40px;
    padding-top: 200px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1020px) {
  .p-lovecom-mainvisual {
    gap: 32px;
    padding-top: 280px;
  }
}
.p-lovecom-mainvisual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 320px;
  z-index: -10;
}

@media only screen and (max-width: 736px) {
  .p-lovecom-mainvisual__heading {
    width: 260px;
  }
}
@media only screen and (min-width: 1021px) {
  .p-lovecom-mainvisual__heading {
    width: 560px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1020px) {
  .p-lovecom-mainvisual__heading {
    width: 480px;
  }
}

.p-lovecom-mainvisual__heading-img {
  width: 100%;
}

.p-lovecom-mainvisual__cast {
  color: #FFF;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 736px) {
  .p-lovecom-mainvisual__cast {
    font-size: 16px;
  }
}
@media only screen and (min-width: 737px) {
  .p-lovecom-mainvisual__cast {
    font-size: 20px;
  }
}

.p-lovecom-mainvisual__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.p-lovecom-mainvisual__cta-lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 736px) {
  .p-lovecom-mainvisual__cta-lead {
    padding: 12px 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
    border: none;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1020px) {
  .p-lovecom-mainvisual__cta-lead {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
    border: none;
  }
}

.p-lovecom-mainvisual__cta-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-lovecom-mainvisual__cta-badge {
  width: 100%;
  max-width: 180px;
  height: auto;
}

.p-main {
  width: 100%;
}

.p-main--driver {
  position: relative;
  background-color: #000;
  z-index: 0;
}

.p-main--zetsupro {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
  background-color: #FFF;
  z-index: 0;
}

.p-main--lovecom {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background-color: #FFF;
  z-index: 0;
}

.p-notfound {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media only screen and (min-width: 737px) {
  .p-notfound {
    padding-bottom: 120px;
  }
}

.p-notfound__inner {
  padding: 0 15px;
}
@media only screen and (min-width: 737px) {
  .p-notfound__inner {
    padding: 0;
  }
}

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

.p-notfound__title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 737px) {
  .p-notfound__title {
    font-size: 70px;
  }
}

.p-notfound__lead {
  color: #000;
  font-weight: bold;
}

.p-notfound__text {
  margin-top: 30px;
}
@media only screen and (min-width: 737px) {
  .p-notfound__text {
    margin-top: 50px;
  }
}

.p-notfound__back {
  width: 180px;
  margin: 30px auto 0;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 737px) {
  .p-notfound__back {
    width: 248px;
    margin-top: 50px;
  }
}

.p-terms {
  background: #000;
}

.p-terms__section {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 80px;
  padding: 80px 15px;
}
@media only screen and (min-width: 737px) {
  .p-terms__section {
    padding: 120px 15px;
  }
}

.p-terms__content {
  max-width: 800px;
  color: #EEE;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 737px) {
  .p-terms__content {
    font-size: 16px;
  }
}
.p-terms__content * + * {
  margin-top: 16px;
}
@media only screen and (min-width: 737px) {
  .p-terms__content * + * {
    margin-top: 24px;
  }
}
.p-terms__content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (min-width: 737px) {
  .p-terms__content h2 {
    font-size: 24px;
  }
}
.p-terms__content * + h2 {
  margin-top: 64px;
}
@media only screen and (min-width: 737px) {
  .p-terms__content * + h2 {
    margin-top: 96px;
  }
}
.p-terms__content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (min-width: 737px) {
  .p-terms__content h3 {
    font-size: 20px;
  }
}
.p-terms__content * + h3 {
  margin-top: 36px;
}
@media only screen and (min-width: 737px) {
  .p-terms__content * + h3 {
    margin-top: 48px;
  }
}
.p-terms__content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (min-width: 737px) {
  .p-terms__content h4 {
    font-size: 18px;
  }
}
.p-terms__content * + h4 {
  margin-top: 24px;
}
@media only screen and (min-width: 737px) {
  .p-terms__content * + h4 {
    margin-top: 36px;
  }
}
.p-terms__content ol {
  list-style: decimal;
  padding-left: 20px;
}
@media only screen and (min-width: 737px) {
  .p-terms__content ol {
    padding-left: 24px;
  }
}
.p-terms__content ul {
  list-style: disc;
  padding-left: 20px;
}
@media only screen and (min-width: 737px) {
  .p-terms__content ul {
    padding-left: 24px;
  }
}
.p-terms__content li {
  margin-top: 12px;
}
@media only screen and (min-width: 737px) {
  .p-terms__content li {
    margin-top: 16px;
  }
}
.p-terms__content hr {
  border: none;
  border-top: solid 1px #444;
  margin-block: 96px;
}
@media only screen and (min-width: 737px) {
  .p-terms__content hr {
    margin-block: 128px;
  }
}

.p-urban-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-image: url("../img/urban/img_mainvisual.webp");
  background-image: image-set(url("../img/urban/img_mainvisual@3x.webp") 1x, url("../img/urban/img_mainvisual@3x.webp") 2x, url("../img/urban/img_mainvisual@3x.webp") 3x);
  background-repeat: no-repeat;
  background-size: 800px 600px;
  background-position: top center;
  transform: translateX(25%);
  z-index: -10;
}
@media only screen and (min-width: 737px) and (max-width: 1080px) {
  .p-urban-background {
    background-size: auto 100%;
    background-position: center;
    transform: translateX(25%);
  }
}
@media only screen and (min-width: 1081px) {
  .p-urban-background {
    background-size: auto 100%;
    background-position: center;
    transform: translateX(15%);
  }
}

.p-urban-mainvisual {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .p-urban-mainvisual {
    max-height: 600px;
    padding: 80px 5% 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1020px) {
  .p-urban-mainvisual {
    padding: 80px 15%;
  }
}
@media only screen and (min-width: 1021px) {
  .p-urban-mainvisual {
    padding: 80px 20%;
  }
}

.p-urban-mainvisual__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: -webkit-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 736px) {
  .p-urban-mainvisual__container {
    width: 100%;
  }
}
@media only screen and (min-width: 737px) {
  .p-urban-mainvisual__container {
    width: -webkit-fit-content;
    width: fit-content;
    max-width: 1280px;
  }
}

@media only screen and (max-width: 736px) {
  .p-urban-mainvisual__copy-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 737px) {
  .p-urban-mainvisual__copy-wrapper {
    width: 100%;
    max-width: 360px;
  }
}

.p-urban-mainvisual__copy {
  width: 100%;
  height: auto;
}

.p-urban-mainvisual__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .p-urban-mainvisual__heading {
    margin: 0 auto;
    align-items: flex-start;
    max-width: 368px;
  }
}
@media only screen and (min-width: 737px) {
  .p-urban-mainvisual__heading {
    align-items: center;
    max-width: 240px;
  }
}

.p-urban-mainvisual__heading-img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 736px) {
  .p-urban-mainvisual__heading-img {
    max-width: 180px;
  }
}

.p-urban-mainvisual__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.p-urban-mainvisual__cta-lead {
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #FFF;
}
@media only screen and (min-width: 737px) {
  .p-urban-mainvisual__cta-lead {
    font-size: 16px;
  }
}

.p-urban-mainvisual__cta-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-urban-mainvisual__cta-badge {
  width: 100%;
  max-width: 180px;
  height: auto;
}

.p-zetsupro-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -10;
}
@media only screen and (max-width: 736px) {
  .p-zetsupro-background {
    background-image: url("../img/zetsupro/img_mainvisual_bg_sp.webp");
  }
}
@media only screen and (min-width: 737px) {
  .p-zetsupro-background {
    background-image: url("../img/zetsupro/img_mainvisual_bg.webp");
  }
}

.p-zetsupro-mainvisual {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .p-zetsupro-mainvisual {
    max-height: 600px;
  }
}
@media only screen and (min-width: 737px) {
  .p-zetsupro-mainvisual {
    max-height: 640px;
  }
}
@media only screen and (min-width: 1280px) {
  .p-zetsupro-mainvisual {
    max-height: 960px;
  }
}

.p-zetsupro-mainvisual__heading {
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .p-zetsupro-mainvisual__heading {
    top: 80px;
    max-width: 160px;
    z-index: 20;
    left: 0;
    right: 0;
    margin-inline: auto;
    transform: translateX(-80px);
  }
}
@media only screen and (min-width: 737px) {
  .p-zetsupro-mainvisual__heading {
    left: 25%;
    top: 100px;
    max-width: 360px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1280px) {
  .p-zetsupro-mainvisual__heading {
    left: 25%;
    top: 160px;
    max-width: 600px;
    transform: translateX(-50%);
  }
}

.p-zetsupro-mainvisual__heading-img {
  width: 100%;
}

.p-zetsupro-mainvisual__cast-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 10;
  transform: translateX(50%);
}
@media only screen and (max-width: 736px) {
  .p-zetsupro-mainvisual__cast-wrapper {
    top: 60px;
    right: 50%;
  }
}
@media only screen and (min-width: 737px) {
  .p-zetsupro-mainvisual__cast-wrapper {
    top: 80px;
    right: 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .p-zetsupro-mainvisual__cast-wrapper {
    top: 80px;
    right: 25%;
  }
}

.p-zetsupro-mainvisual__cast {
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .p-zetsupro-mainvisual__cast {
    aspect-ratio: 9/16;
  }
}
@media only screen and (min-width: 737px) {
  .p-zetsupro-mainvisual__cast {
    aspect-ratio: 32/27;
  }
}

.p-zetsupro-mainvisual__staff-wrapper {
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 736px) {
  .p-zetsupro-mainvisual__staff-wrapper {
    bottom: 160px;
    margin-inline: auto;
    width: 160px;
    height: auto;
    z-index: 20;
  }
}
@media only screen and (min-width: 737px) {
  .p-zetsupro-mainvisual__staff-wrapper {
    bottom: 180px;
    background-color: rgba(255, 105, 159, 0.55);
    height: 140px;
  }
}
@media only screen and (min-width: 1280px) {
  .p-zetsupro-mainvisual__staff-wrapper {
    left: 0;
    right: 0;
    bottom: 240px;
    background-color: rgba(255, 105, 159, 0.55);
    height: 160px;
  }
}

@media only screen and (max-width: 736px) {
  .p-zetsupro-mainvisual__staff {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 737px) {
  .p-zetsupro-mainvisual__staff {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    margin-block: auto;
    width: auto;
    height: 100px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1280px) {
  .p-zetsupro-mainvisual__staff {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    margin-block: auto;
    width: auto;
    height: 120px;
    transform: translateX(-50%);
  }
}

.p-zetsupro-mainvisual__cta {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 736px) {
  .p-zetsupro-mainvisual__cta {
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    max-width: calc(100% - 30px);
    margin-inline: auto;
    z-index: 20;
  }
}
@media only screen and (min-width: 737px) {
  .p-zetsupro-mainvisual__cta {
    left: 25%;
    bottom: 40px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1280px) {
  .p-zetsupro-mainvisual__cta {
    left: 25%;
    bottom: 80px;
    transform: translateX(-50%);
  }
}

.p-zetsupro-mainvisual__cta-lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 736px) {
  .p-zetsupro-mainvisual__cta-lead {
    padding: 12px 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
    border: none;
  }
}

.p-zetsupro-mainvisual__cta-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-zetsupro-mainvisual__cta-badge {
  width: 100%;
  max-width: 180px;
  height: auto;
}

.u-mt-0 {
  margin-top: 0px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-0 {
    margin-top: 0px !important;
  }
}
.u-mt-4 {
  margin-top: 4px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-4 {
    margin-top: 4px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-4 {
    margin-top: 4px !important;
  }
}
.u-mt-8 {
  margin-top: 8px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-8 {
    margin-top: 8px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-8 {
    margin-top: 8px !important;
  }
}
.u-mt-12 {
  margin-top: 12px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-12 {
    margin-top: 12px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-12 {
    margin-top: 12px !important;
  }
}
.u-mt-16 {
  margin-top: 16px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-16 {
    margin-top: 16px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-16 {
    margin-top: 16px !important;
  }
}
.u-mt-20 {
  margin-top: 20px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-20 {
    margin-top: 20px !important;
  }
}
.u-mt-24 {
  margin-top: 24px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-24 {
    margin-top: 24px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-24 {
    margin-top: 24px !important;
  }
}
.u-mt-28 {
  margin-top: 28px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-28 {
    margin-top: 28px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-28 {
    margin-top: 28px !important;
  }
}
.u-mt-32 {
  margin-top: 32px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-32 {
    margin-top: 32px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-32 {
    margin-top: 32px !important;
  }
}
.u-mt-36 {
  margin-top: 36px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-36 {
    margin-top: 36px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-36 {
    margin-top: 36px !important;
  }
}
.u-mt-40 {
  margin-top: 40px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-40 {
    margin-top: 40px !important;
  }
}
.u-mt-44 {
  margin-top: 44px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-44 {
    margin-top: 44px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-44 {
    margin-top: 44px !important;
  }
}
.u-mt-48 {
  margin-top: 48px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-48 {
    margin-top: 48px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-48 {
    margin-top: 48px !important;
  }
}
.u-mt-52 {
  margin-top: 52px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-52 {
    margin-top: 52px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-52 {
    margin-top: 52px !important;
  }
}
.u-mt-56 {
  margin-top: 56px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-56 {
    margin-top: 56px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-56 {
    margin-top: 56px !important;
  }
}
.u-mt-60 {
  margin-top: 60px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-60 {
    margin-top: 60px !important;
  }
}
.u-mt-64 {
  margin-top: 64px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-64 {
    margin-top: 64px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-64 {
    margin-top: 64px !important;
  }
}
.u-mt-68 {
  margin-top: 68px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-68 {
    margin-top: 68px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-68 {
    margin-top: 68px !important;
  }
}
.u-mt-72 {
  margin-top: 72px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-72 {
    margin-top: 72px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-72 {
    margin-top: 72px !important;
  }
}
.u-mt-76 {
  margin-top: 76px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-76 {
    margin-top: 76px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-76 {
    margin-top: 76px !important;
  }
}
.u-mt-80 {
  margin-top: 80px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-80 {
    margin-top: 80px !important;
  }
}
.u-mt-84 {
  margin-top: 84px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-84 {
    margin-top: 84px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-84 {
    margin-top: 84px !important;
  }
}
.u-mt-88 {
  margin-top: 88px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-88 {
    margin-top: 88px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-88 {
    margin-top: 88px !important;
  }
}
.u-mt-92 {
  margin-top: 92px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-92 {
    margin-top: 92px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-92 {
    margin-top: 92px !important;
  }
}
.u-mt-96 {
  margin-top: 96px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-96 {
    margin-top: 96px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-96 {
    margin-top: 96px !important;
  }
}
.u-mt-100 {
  margin-top: 100px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mt-100 {
    margin-top: 100px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mt-100 {
    margin-top: 100px !important;
  }
}
.u-mr-0 {
  margin-right: 0px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-0 {
    margin-right: 0px !important;
  }
}
.u-mr-4 {
  margin-right: 4px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-4 {
    margin-right: 4px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-4 {
    margin-right: 4px !important;
  }
}
.u-mr-8 {
  margin-right: 8px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-8 {
    margin-right: 8px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-8 {
    margin-right: 8px !important;
  }
}
.u-mr-12 {
  margin-right: 12px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-12 {
    margin-right: 12px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-12 {
    margin-right: 12px !important;
  }
}
.u-mr-16 {
  margin-right: 16px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-16 {
    margin-right: 16px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-16 {
    margin-right: 16px !important;
  }
}
.u-mr-20 {
  margin-right: 20px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-20 {
    margin-right: 20px !important;
  }
}
.u-mr-24 {
  margin-right: 24px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-24 {
    margin-right: 24px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-24 {
    margin-right: 24px !important;
  }
}
.u-mr-28 {
  margin-right: 28px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-28 {
    margin-right: 28px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-28 {
    margin-right: 28px !important;
  }
}
.u-mr-32 {
  margin-right: 32px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-32 {
    margin-right: 32px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-32 {
    margin-right: 32px !important;
  }
}
.u-mr-36 {
  margin-right: 36px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-36 {
    margin-right: 36px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-36 {
    margin-right: 36px !important;
  }
}
.u-mr-40 {
  margin-right: 40px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-40 {
    margin-right: 40px !important;
  }
}
.u-mr-44 {
  margin-right: 44px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-44 {
    margin-right: 44px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-44 {
    margin-right: 44px !important;
  }
}
.u-mr-48 {
  margin-right: 48px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-48 {
    margin-right: 48px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-48 {
    margin-right: 48px !important;
  }
}
.u-mr-52 {
  margin-right: 52px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-52 {
    margin-right: 52px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-52 {
    margin-right: 52px !important;
  }
}
.u-mr-56 {
  margin-right: 56px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-56 {
    margin-right: 56px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-56 {
    margin-right: 56px !important;
  }
}
.u-mr-60 {
  margin-right: 60px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-60 {
    margin-right: 60px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-60 {
    margin-right: 60px !important;
  }
}
.u-mr-64 {
  margin-right: 64px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-64 {
    margin-right: 64px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-64 {
    margin-right: 64px !important;
  }
}
.u-mr-68 {
  margin-right: 68px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-68 {
    margin-right: 68px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-68 {
    margin-right: 68px !important;
  }
}
.u-mr-72 {
  margin-right: 72px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-72 {
    margin-right: 72px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-72 {
    margin-right: 72px !important;
  }
}
.u-mr-76 {
  margin-right: 76px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-76 {
    margin-right: 76px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-76 {
    margin-right: 76px !important;
  }
}
.u-mr-80 {
  margin-right: 80px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-80 {
    margin-right: 80px !important;
  }
}
.u-mr-84 {
  margin-right: 84px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-84 {
    margin-right: 84px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-84 {
    margin-right: 84px !important;
  }
}
.u-mr-88 {
  margin-right: 88px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-88 {
    margin-right: 88px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-88 {
    margin-right: 88px !important;
  }
}
.u-mr-92 {
  margin-right: 92px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-92 {
    margin-right: 92px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-92 {
    margin-right: 92px !important;
  }
}
.u-mr-96 {
  margin-right: 96px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-96 {
    margin-right: 96px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-96 {
    margin-right: 96px !important;
  }
}
.u-mr-100 {
  margin-right: 100px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mr-100 {
    margin-right: 100px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mr-100 {
    margin-right: 100px !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-0 {
    margin-bottom: 0px !important;
  }
}
.u-mb-4 {
  margin-bottom: 4px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-4 {
    margin-bottom: 4px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-4 {
    margin-bottom: 4px !important;
  }
}
.u-mb-8 {
  margin-bottom: 8px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-8 {
    margin-bottom: 8px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-8 {
    margin-bottom: 8px !important;
  }
}
.u-mb-12 {
  margin-bottom: 12px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-12 {
    margin-bottom: 12px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-12 {
    margin-bottom: 12px !important;
  }
}
.u-mb-16 {
  margin-bottom: 16px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-16 {
    margin-bottom: 16px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-16 {
    margin-bottom: 16px !important;
  }
}
.u-mb-20 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-20 {
    margin-bottom: 20px !important;
  }
}
.u-mb-24 {
  margin-bottom: 24px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-24 {
    margin-bottom: 24px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-24 {
    margin-bottom: 24px !important;
  }
}
.u-mb-28 {
  margin-bottom: 28px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-28 {
    margin-bottom: 28px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-28 {
    margin-bottom: 28px !important;
  }
}
.u-mb-32 {
  margin-bottom: 32px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-32 {
    margin-bottom: 32px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-32 {
    margin-bottom: 32px !important;
  }
}
.u-mb-36 {
  margin-bottom: 36px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-36 {
    margin-bottom: 36px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-36 {
    margin-bottom: 36px !important;
  }
}
.u-mb-40 {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-40 {
    margin-bottom: 40px !important;
  }
}
.u-mb-44 {
  margin-bottom: 44px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-44 {
    margin-bottom: 44px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-44 {
    margin-bottom: 44px !important;
  }
}
.u-mb-48 {
  margin-bottom: 48px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-48 {
    margin-bottom: 48px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-48 {
    margin-bottom: 48px !important;
  }
}
.u-mb-52 {
  margin-bottom: 52px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-52 {
    margin-bottom: 52px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-52 {
    margin-bottom: 52px !important;
  }
}
.u-mb-56 {
  margin-bottom: 56px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-56 {
    margin-bottom: 56px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-56 {
    margin-bottom: 56px !important;
  }
}
.u-mb-60 {
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-60 {
    margin-bottom: 60px !important;
  }
}
.u-mb-64 {
  margin-bottom: 64px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-64 {
    margin-bottom: 64px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-64 {
    margin-bottom: 64px !important;
  }
}
.u-mb-68 {
  margin-bottom: 68px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-68 {
    margin-bottom: 68px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-68 {
    margin-bottom: 68px !important;
  }
}
.u-mb-72 {
  margin-bottom: 72px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-72 {
    margin-bottom: 72px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-72 {
    margin-bottom: 72px !important;
  }
}
.u-mb-76 {
  margin-bottom: 76px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-76 {
    margin-bottom: 76px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-76 {
    margin-bottom: 76px !important;
  }
}
.u-mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-80 {
    margin-bottom: 80px !important;
  }
}
.u-mb-84 {
  margin-bottom: 84px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-84 {
    margin-bottom: 84px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-84 {
    margin-bottom: 84px !important;
  }
}
.u-mb-88 {
  margin-bottom: 88px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-88 {
    margin-bottom: 88px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-88 {
    margin-bottom: 88px !important;
  }
}
.u-mb-92 {
  margin-bottom: 92px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-92 {
    margin-bottom: 92px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-92 {
    margin-bottom: 92px !important;
  }
}
.u-mb-96 {
  margin-bottom: 96px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-96 {
    margin-bottom: 96px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-96 {
    margin-bottom: 96px !important;
  }
}
.u-mb-100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-mb-100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-mb-100 {
    margin-bottom: 100px !important;
  }
}
.u-ml-0 {
  margin-left: 0px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-0 {
    margin-left: 0px !important;
  }
}
.u-ml-4 {
  margin-left: 4px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-4 {
    margin-left: 4px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-4 {
    margin-left: 4px !important;
  }
}
.u-ml-8 {
  margin-left: 8px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-8 {
    margin-left: 8px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-8 {
    margin-left: 8px !important;
  }
}
.u-ml-12 {
  margin-left: 12px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-12 {
    margin-left: 12px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-12 {
    margin-left: 12px !important;
  }
}
.u-ml-16 {
  margin-left: 16px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-16 {
    margin-left: 16px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-16 {
    margin-left: 16px !important;
  }
}
.u-ml-20 {
  margin-left: 20px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-20 {
    margin-left: 20px !important;
  }
}
.u-ml-24 {
  margin-left: 24px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-24 {
    margin-left: 24px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-24 {
    margin-left: 24px !important;
  }
}
.u-ml-28 {
  margin-left: 28px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-28 {
    margin-left: 28px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-28 {
    margin-left: 28px !important;
  }
}
.u-ml-32 {
  margin-left: 32px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-32 {
    margin-left: 32px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-32 {
    margin-left: 32px !important;
  }
}
.u-ml-36 {
  margin-left: 36px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-36 {
    margin-left: 36px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-36 {
    margin-left: 36px !important;
  }
}
.u-ml-40 {
  margin-left: 40px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-40 {
    margin-left: 40px !important;
  }
}
.u-ml-44 {
  margin-left: 44px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-44 {
    margin-left: 44px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-44 {
    margin-left: 44px !important;
  }
}
.u-ml-48 {
  margin-left: 48px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-48 {
    margin-left: 48px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-48 {
    margin-left: 48px !important;
  }
}
.u-ml-52 {
  margin-left: 52px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-52 {
    margin-left: 52px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-52 {
    margin-left: 52px !important;
  }
}
.u-ml-56 {
  margin-left: 56px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-56 {
    margin-left: 56px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-56 {
    margin-left: 56px !important;
  }
}
.u-ml-60 {
  margin-left: 60px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-60 {
    margin-left: 60px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-60 {
    margin-left: 60px !important;
  }
}
.u-ml-64 {
  margin-left: 64px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-64 {
    margin-left: 64px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-64 {
    margin-left: 64px !important;
  }
}
.u-ml-68 {
  margin-left: 68px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-68 {
    margin-left: 68px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-68 {
    margin-left: 68px !important;
  }
}
.u-ml-72 {
  margin-left: 72px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-72 {
    margin-left: 72px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-72 {
    margin-left: 72px !important;
  }
}
.u-ml-76 {
  margin-left: 76px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-76 {
    margin-left: 76px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-76 {
    margin-left: 76px !important;
  }
}
.u-ml-80 {
  margin-left: 80px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-80 {
    margin-left: 80px !important;
  }
}
.u-ml-84 {
  margin-left: 84px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-84 {
    margin-left: 84px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-84 {
    margin-left: 84px !important;
  }
}
.u-ml-88 {
  margin-left: 88px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-88 {
    margin-left: 88px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-88 {
    margin-left: 88px !important;
  }
}
.u-ml-92 {
  margin-left: 92px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-92 {
    margin-left: 92px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-92 {
    margin-left: 92px !important;
  }
}
.u-ml-96 {
  margin-left: 96px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-96 {
    margin-left: 96px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-96 {
    margin-left: 96px !important;
  }
}
.u-ml-100 {
  margin-left: 100px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-ml-100 {
    margin-left: 100px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-ml-100 {
    margin-left: 100px !important;
  }
}
.u-pt-0 {
  padding-top: 0px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-0 {
    padding-top: 0px !important;
  }
}
.u-pt-4 {
  padding-top: 4px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-4 {
    padding-top: 4px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-4 {
    padding-top: 4px !important;
  }
}
.u-pt-8 {
  padding-top: 8px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-8 {
    padding-top: 8px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-8 {
    padding-top: 8px !important;
  }
}
.u-pt-12 {
  padding-top: 12px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-12 {
    padding-top: 12px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-12 {
    padding-top: 12px !important;
  }
}
.u-pt-16 {
  padding-top: 16px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-16 {
    padding-top: 16px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-16 {
    padding-top: 16px !important;
  }
}
.u-pt-20 {
  padding-top: 20px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-20 {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-20 {
    padding-top: 20px !important;
  }
}
.u-pt-24 {
  padding-top: 24px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-24 {
    padding-top: 24px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-24 {
    padding-top: 24px !important;
  }
}
.u-pt-28 {
  padding-top: 28px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-28 {
    padding-top: 28px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-28 {
    padding-top: 28px !important;
  }
}
.u-pt-32 {
  padding-top: 32px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-32 {
    padding-top: 32px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-32 {
    padding-top: 32px !important;
  }
}
.u-pt-36 {
  padding-top: 36px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-36 {
    padding-top: 36px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-36 {
    padding-top: 36px !important;
  }
}
.u-pt-40 {
  padding-top: 40px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-40 {
    padding-top: 40px !important;
  }
}
.u-pt-44 {
  padding-top: 44px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-44 {
    padding-top: 44px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-44 {
    padding-top: 44px !important;
  }
}
.u-pt-48 {
  padding-top: 48px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-48 {
    padding-top: 48px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-48 {
    padding-top: 48px !important;
  }
}
.u-pt-52 {
  padding-top: 52px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-52 {
    padding-top: 52px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-52 {
    padding-top: 52px !important;
  }
}
.u-pt-56 {
  padding-top: 56px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-56 {
    padding-top: 56px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-56 {
    padding-top: 56px !important;
  }
}
.u-pt-60 {
  padding-top: 60px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-60 {
    padding-top: 60px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-60 {
    padding-top: 60px !important;
  }
}
.u-pt-64 {
  padding-top: 64px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-64 {
    padding-top: 64px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-64 {
    padding-top: 64px !important;
  }
}
.u-pt-68 {
  padding-top: 68px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-68 {
    padding-top: 68px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-68 {
    padding-top: 68px !important;
  }
}
.u-pt-72 {
  padding-top: 72px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-72 {
    padding-top: 72px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-72 {
    padding-top: 72px !important;
  }
}
.u-pt-76 {
  padding-top: 76px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-76 {
    padding-top: 76px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-76 {
    padding-top: 76px !important;
  }
}
.u-pt-80 {
  padding-top: 80px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-80 {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-80 {
    padding-top: 80px !important;
  }
}
.u-pt-84 {
  padding-top: 84px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-84 {
    padding-top: 84px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-84 {
    padding-top: 84px !important;
  }
}
.u-pt-88 {
  padding-top: 88px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-88 {
    padding-top: 88px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-88 {
    padding-top: 88px !important;
  }
}
.u-pt-92 {
  padding-top: 92px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-92 {
    padding-top: 92px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-92 {
    padding-top: 92px !important;
  }
}
.u-pt-96 {
  padding-top: 96px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-96 {
    padding-top: 96px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-96 {
    padding-top: 96px !important;
  }
}
.u-pt-100 {
  padding-top: 100px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-100 {
    padding-top: 100px !important;
  }
}
.u-pt-104 {
  padding-top: 104px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-104 {
    padding-top: 104px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-104 {
    padding-top: 104px !important;
  }
}
.u-pt-108 {
  padding-top: 108px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-108 {
    padding-top: 108px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-108 {
    padding-top: 108px !important;
  }
}
.u-pt-112 {
  padding-top: 112px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-112 {
    padding-top: 112px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-112 {
    padding-top: 112px !important;
  }
}
.u-pt-116 {
  padding-top: 116px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-116 {
    padding-top: 116px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-116 {
    padding-top: 116px !important;
  }
}
.u-pt-120 {
  padding-top: 120px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-120 {
    padding-top: 120px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-120 {
    padding-top: 120px !important;
  }
}
.u-pt-124 {
  padding-top: 124px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-124 {
    padding-top: 124px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-124 {
    padding-top: 124px !important;
  }
}
.u-pt-128 {
  padding-top: 128px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-128 {
    padding-top: 128px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-128 {
    padding-top: 128px !important;
  }
}
.u-pt-132 {
  padding-top: 132px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-132 {
    padding-top: 132px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-132 {
    padding-top: 132px !important;
  }
}
.u-pt-136 {
  padding-top: 136px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-136 {
    padding-top: 136px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-136 {
    padding-top: 136px !important;
  }
}
.u-pt-140 {
  padding-top: 140px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-140 {
    padding-top: 140px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-140 {
    padding-top: 140px !important;
  }
}
.u-pt-144 {
  padding-top: 144px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-144 {
    padding-top: 144px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-144 {
    padding-top: 144px !important;
  }
}
.u-pt-148 {
  padding-top: 148px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-148 {
    padding-top: 148px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-148 {
    padding-top: 148px !important;
  }
}
.u-pt-152 {
  padding-top: 152px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-152 {
    padding-top: 152px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-152 {
    padding-top: 152px !important;
  }
}
.u-pt-156 {
  padding-top: 156px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-156 {
    padding-top: 156px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-156 {
    padding-top: 156px !important;
  }
}
.u-pt-160 {
  padding-top: 160px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-160 {
    padding-top: 160px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-160 {
    padding-top: 160px !important;
  }
}
.u-pt-164 {
  padding-top: 164px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-164 {
    padding-top: 164px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-164 {
    padding-top: 164px !important;
  }
}
.u-pt-168 {
  padding-top: 168px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-168 {
    padding-top: 168px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-168 {
    padding-top: 168px !important;
  }
}
.u-pt-172 {
  padding-top: 172px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-172 {
    padding-top: 172px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-172 {
    padding-top: 172px !important;
  }
}
.u-pt-176 {
  padding-top: 176px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-176 {
    padding-top: 176px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-176 {
    padding-top: 176px !important;
  }
}
.u-pt-180 {
  padding-top: 180px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-180 {
    padding-top: 180px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-180 {
    padding-top: 180px !important;
  }
}
.u-pt-184 {
  padding-top: 184px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-184 {
    padding-top: 184px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-184 {
    padding-top: 184px !important;
  }
}
.u-pt-188 {
  padding-top: 188px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-188 {
    padding-top: 188px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-188 {
    padding-top: 188px !important;
  }
}
.u-pt-192 {
  padding-top: 192px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-192 {
    padding-top: 192px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-192 {
    padding-top: 192px !important;
  }
}
.u-pt-196 {
  padding-top: 196px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-196 {
    padding-top: 196px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-196 {
    padding-top: 196px !important;
  }
}
.u-pt-200 {
  padding-top: 200px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pt-200 {
    padding-top: 200px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pt-200 {
    padding-top: 200px !important;
  }
}
.u-pr-0 {
  padding-right: 0px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-0 {
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-0 {
    padding-right: 0px !important;
  }
}
.u-pr-4 {
  padding-right: 4px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-4 {
    padding-right: 4px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-4 {
    padding-right: 4px !important;
  }
}
.u-pr-8 {
  padding-right: 8px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-8 {
    padding-right: 8px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-8 {
    padding-right: 8px !important;
  }
}
.u-pr-12 {
  padding-right: 12px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-12 {
    padding-right: 12px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-12 {
    padding-right: 12px !important;
  }
}
.u-pr-16 {
  padding-right: 16px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-16 {
    padding-right: 16px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-16 {
    padding-right: 16px !important;
  }
}
.u-pr-20 {
  padding-right: 20px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-20 {
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-20 {
    padding-right: 20px !important;
  }
}
.u-pr-24 {
  padding-right: 24px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-24 {
    padding-right: 24px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-24 {
    padding-right: 24px !important;
  }
}
.u-pr-28 {
  padding-right: 28px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-28 {
    padding-right: 28px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-28 {
    padding-right: 28px !important;
  }
}
.u-pr-32 {
  padding-right: 32px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-32 {
    padding-right: 32px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-32 {
    padding-right: 32px !important;
  }
}
.u-pr-36 {
  padding-right: 36px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-36 {
    padding-right: 36px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-36 {
    padding-right: 36px !important;
  }
}
.u-pr-40 {
  padding-right: 40px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-40 {
    padding-right: 40px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-40 {
    padding-right: 40px !important;
  }
}
.u-pr-44 {
  padding-right: 44px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-44 {
    padding-right: 44px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-44 {
    padding-right: 44px !important;
  }
}
.u-pr-48 {
  padding-right: 48px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-48 {
    padding-right: 48px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-48 {
    padding-right: 48px !important;
  }
}
.u-pr-52 {
  padding-right: 52px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-52 {
    padding-right: 52px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-52 {
    padding-right: 52px !important;
  }
}
.u-pr-56 {
  padding-right: 56px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-56 {
    padding-right: 56px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-56 {
    padding-right: 56px !important;
  }
}
.u-pr-60 {
  padding-right: 60px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-60 {
    padding-right: 60px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-60 {
    padding-right: 60px !important;
  }
}
.u-pr-64 {
  padding-right: 64px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-64 {
    padding-right: 64px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-64 {
    padding-right: 64px !important;
  }
}
.u-pr-68 {
  padding-right: 68px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-68 {
    padding-right: 68px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-68 {
    padding-right: 68px !important;
  }
}
.u-pr-72 {
  padding-right: 72px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-72 {
    padding-right: 72px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-72 {
    padding-right: 72px !important;
  }
}
.u-pr-76 {
  padding-right: 76px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-76 {
    padding-right: 76px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-76 {
    padding-right: 76px !important;
  }
}
.u-pr-80 {
  padding-right: 80px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-80 {
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-80 {
    padding-right: 80px !important;
  }
}
.u-pr-84 {
  padding-right: 84px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-84 {
    padding-right: 84px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-84 {
    padding-right: 84px !important;
  }
}
.u-pr-88 {
  padding-right: 88px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-88 {
    padding-right: 88px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-88 {
    padding-right: 88px !important;
  }
}
.u-pr-92 {
  padding-right: 92px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-92 {
    padding-right: 92px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-92 {
    padding-right: 92px !important;
  }
}
.u-pr-96 {
  padding-right: 96px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-96 {
    padding-right: 96px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-96 {
    padding-right: 96px !important;
  }
}
.u-pr-100 {
  padding-right: 100px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-100 {
    padding-right: 100px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-100 {
    padding-right: 100px !important;
  }
}
.u-pr-104 {
  padding-right: 104px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-104 {
    padding-right: 104px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-104 {
    padding-right: 104px !important;
  }
}
.u-pr-108 {
  padding-right: 108px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-108 {
    padding-right: 108px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-108 {
    padding-right: 108px !important;
  }
}
.u-pr-112 {
  padding-right: 112px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-112 {
    padding-right: 112px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-112 {
    padding-right: 112px !important;
  }
}
.u-pr-116 {
  padding-right: 116px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-116 {
    padding-right: 116px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-116 {
    padding-right: 116px !important;
  }
}
.u-pr-120 {
  padding-right: 120px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-120 {
    padding-right: 120px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-120 {
    padding-right: 120px !important;
  }
}
.u-pr-124 {
  padding-right: 124px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-124 {
    padding-right: 124px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-124 {
    padding-right: 124px !important;
  }
}
.u-pr-128 {
  padding-right: 128px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-128 {
    padding-right: 128px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-128 {
    padding-right: 128px !important;
  }
}
.u-pr-132 {
  padding-right: 132px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-132 {
    padding-right: 132px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-132 {
    padding-right: 132px !important;
  }
}
.u-pr-136 {
  padding-right: 136px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-136 {
    padding-right: 136px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-136 {
    padding-right: 136px !important;
  }
}
.u-pr-140 {
  padding-right: 140px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-140 {
    padding-right: 140px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-140 {
    padding-right: 140px !important;
  }
}
.u-pr-144 {
  padding-right: 144px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-144 {
    padding-right: 144px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-144 {
    padding-right: 144px !important;
  }
}
.u-pr-148 {
  padding-right: 148px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-148 {
    padding-right: 148px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-148 {
    padding-right: 148px !important;
  }
}
.u-pr-152 {
  padding-right: 152px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-152 {
    padding-right: 152px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-152 {
    padding-right: 152px !important;
  }
}
.u-pr-156 {
  padding-right: 156px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-156 {
    padding-right: 156px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-156 {
    padding-right: 156px !important;
  }
}
.u-pr-160 {
  padding-right: 160px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-160 {
    padding-right: 160px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-160 {
    padding-right: 160px !important;
  }
}
.u-pr-164 {
  padding-right: 164px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-164 {
    padding-right: 164px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-164 {
    padding-right: 164px !important;
  }
}
.u-pr-168 {
  padding-right: 168px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-168 {
    padding-right: 168px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-168 {
    padding-right: 168px !important;
  }
}
.u-pr-172 {
  padding-right: 172px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-172 {
    padding-right: 172px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-172 {
    padding-right: 172px !important;
  }
}
.u-pr-176 {
  padding-right: 176px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-176 {
    padding-right: 176px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-176 {
    padding-right: 176px !important;
  }
}
.u-pr-180 {
  padding-right: 180px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-180 {
    padding-right: 180px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-180 {
    padding-right: 180px !important;
  }
}
.u-pr-184 {
  padding-right: 184px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-184 {
    padding-right: 184px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-184 {
    padding-right: 184px !important;
  }
}
.u-pr-188 {
  padding-right: 188px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-188 {
    padding-right: 188px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-188 {
    padding-right: 188px !important;
  }
}
.u-pr-192 {
  padding-right: 192px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-192 {
    padding-right: 192px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-192 {
    padding-right: 192px !important;
  }
}
.u-pr-196 {
  padding-right: 196px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-196 {
    padding-right: 196px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-196 {
    padding-right: 196px !important;
  }
}
.u-pr-200 {
  padding-right: 200px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pr-200 {
    padding-right: 200px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pr-200 {
    padding-right: 200px !important;
  }
}
.u-pb-0 {
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-0 {
    padding-bottom: 0px !important;
  }
}
.u-pb-4 {
  padding-bottom: 4px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-4 {
    padding-bottom: 4px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-4 {
    padding-bottom: 4px !important;
  }
}
.u-pb-8 {
  padding-bottom: 8px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-8 {
    padding-bottom: 8px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-8 {
    padding-bottom: 8px !important;
  }
}
.u-pb-12 {
  padding-bottom: 12px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-12 {
    padding-bottom: 12px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-12 {
    padding-bottom: 12px !important;
  }
}
.u-pb-16 {
  padding-bottom: 16px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-16 {
    padding-bottom: 16px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-16 {
    padding-bottom: 16px !important;
  }
}
.u-pb-20 {
  padding-bottom: 20px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-20 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-20 {
    padding-bottom: 20px !important;
  }
}
.u-pb-24 {
  padding-bottom: 24px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-24 {
    padding-bottom: 24px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-24 {
    padding-bottom: 24px !important;
  }
}
.u-pb-28 {
  padding-bottom: 28px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-28 {
    padding-bottom: 28px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-28 {
    padding-bottom: 28px !important;
  }
}
.u-pb-32 {
  padding-bottom: 32px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-32 {
    padding-bottom: 32px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-32 {
    padding-bottom: 32px !important;
  }
}
.u-pb-36 {
  padding-bottom: 36px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-36 {
    padding-bottom: 36px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-36 {
    padding-bottom: 36px !important;
  }
}
.u-pb-40 {
  padding-bottom: 40px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-40 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-40 {
    padding-bottom: 40px !important;
  }
}
.u-pb-44 {
  padding-bottom: 44px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-44 {
    padding-bottom: 44px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-44 {
    padding-bottom: 44px !important;
  }
}
.u-pb-48 {
  padding-bottom: 48px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-48 {
    padding-bottom: 48px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-48 {
    padding-bottom: 48px !important;
  }
}
.u-pb-52 {
  padding-bottom: 52px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-52 {
    padding-bottom: 52px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-52 {
    padding-bottom: 52px !important;
  }
}
.u-pb-56 {
  padding-bottom: 56px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-56 {
    padding-bottom: 56px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-56 {
    padding-bottom: 56px !important;
  }
}
.u-pb-60 {
  padding-bottom: 60px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-60 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-60 {
    padding-bottom: 60px !important;
  }
}
.u-pb-64 {
  padding-bottom: 64px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-64 {
    padding-bottom: 64px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-64 {
    padding-bottom: 64px !important;
  }
}
.u-pb-68 {
  padding-bottom: 68px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-68 {
    padding-bottom: 68px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-68 {
    padding-bottom: 68px !important;
  }
}
.u-pb-72 {
  padding-bottom: 72px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-72 {
    padding-bottom: 72px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-72 {
    padding-bottom: 72px !important;
  }
}
.u-pb-76 {
  padding-bottom: 76px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-76 {
    padding-bottom: 76px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-76 {
    padding-bottom: 76px !important;
  }
}
.u-pb-80 {
  padding-bottom: 80px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-80 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-80 {
    padding-bottom: 80px !important;
  }
}
.u-pb-84 {
  padding-bottom: 84px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-84 {
    padding-bottom: 84px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-84 {
    padding-bottom: 84px !important;
  }
}
.u-pb-88 {
  padding-bottom: 88px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-88 {
    padding-bottom: 88px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-88 {
    padding-bottom: 88px !important;
  }
}
.u-pb-92 {
  padding-bottom: 92px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-92 {
    padding-bottom: 92px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-92 {
    padding-bottom: 92px !important;
  }
}
.u-pb-96 {
  padding-bottom: 96px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-96 {
    padding-bottom: 96px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-96 {
    padding-bottom: 96px !important;
  }
}
.u-pb-100 {
  padding-bottom: 100px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-100 {
    padding-bottom: 100px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-100 {
    padding-bottom: 100px !important;
  }
}
.u-pb-104 {
  padding-bottom: 104px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-104 {
    padding-bottom: 104px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-104 {
    padding-bottom: 104px !important;
  }
}
.u-pb-108 {
  padding-bottom: 108px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-108 {
    padding-bottom: 108px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-108 {
    padding-bottom: 108px !important;
  }
}
.u-pb-112 {
  padding-bottom: 112px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-112 {
    padding-bottom: 112px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-112 {
    padding-bottom: 112px !important;
  }
}
.u-pb-116 {
  padding-bottom: 116px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-116 {
    padding-bottom: 116px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-116 {
    padding-bottom: 116px !important;
  }
}
.u-pb-120 {
  padding-bottom: 120px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-120 {
    padding-bottom: 120px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-120 {
    padding-bottom: 120px !important;
  }
}
.u-pb-124 {
  padding-bottom: 124px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-124 {
    padding-bottom: 124px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-124 {
    padding-bottom: 124px !important;
  }
}
.u-pb-128 {
  padding-bottom: 128px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-128 {
    padding-bottom: 128px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-128 {
    padding-bottom: 128px !important;
  }
}
.u-pb-132 {
  padding-bottom: 132px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-132 {
    padding-bottom: 132px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-132 {
    padding-bottom: 132px !important;
  }
}
.u-pb-136 {
  padding-bottom: 136px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-136 {
    padding-bottom: 136px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-136 {
    padding-bottom: 136px !important;
  }
}
.u-pb-140 {
  padding-bottom: 140px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-140 {
    padding-bottom: 140px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-140 {
    padding-bottom: 140px !important;
  }
}
.u-pb-144 {
  padding-bottom: 144px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-144 {
    padding-bottom: 144px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-144 {
    padding-bottom: 144px !important;
  }
}
.u-pb-148 {
  padding-bottom: 148px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-148 {
    padding-bottom: 148px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-148 {
    padding-bottom: 148px !important;
  }
}
.u-pb-152 {
  padding-bottom: 152px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-152 {
    padding-bottom: 152px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-152 {
    padding-bottom: 152px !important;
  }
}
.u-pb-156 {
  padding-bottom: 156px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-156 {
    padding-bottom: 156px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-156 {
    padding-bottom: 156px !important;
  }
}
.u-pb-160 {
  padding-bottom: 160px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-160 {
    padding-bottom: 160px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-160 {
    padding-bottom: 160px !important;
  }
}
.u-pb-164 {
  padding-bottom: 164px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-164 {
    padding-bottom: 164px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-164 {
    padding-bottom: 164px !important;
  }
}
.u-pb-168 {
  padding-bottom: 168px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-168 {
    padding-bottom: 168px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-168 {
    padding-bottom: 168px !important;
  }
}
.u-pb-172 {
  padding-bottom: 172px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-172 {
    padding-bottom: 172px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-172 {
    padding-bottom: 172px !important;
  }
}
.u-pb-176 {
  padding-bottom: 176px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-176 {
    padding-bottom: 176px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-176 {
    padding-bottom: 176px !important;
  }
}
.u-pb-180 {
  padding-bottom: 180px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-180 {
    padding-bottom: 180px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-180 {
    padding-bottom: 180px !important;
  }
}
.u-pb-184 {
  padding-bottom: 184px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-184 {
    padding-bottom: 184px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-184 {
    padding-bottom: 184px !important;
  }
}
.u-pb-188 {
  padding-bottom: 188px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-188 {
    padding-bottom: 188px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-188 {
    padding-bottom: 188px !important;
  }
}
.u-pb-192 {
  padding-bottom: 192px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-192 {
    padding-bottom: 192px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-192 {
    padding-bottom: 192px !important;
  }
}
.u-pb-196 {
  padding-bottom: 196px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-196 {
    padding-bottom: 196px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-196 {
    padding-bottom: 196px !important;
  }
}
.u-pb-200 {
  padding-bottom: 200px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pb-200 {
    padding-bottom: 200px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pb-200 {
    padding-bottom: 200px !important;
  }
}
.u-pl-0 {
  padding-left: 0px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-0 {
    padding-left: 0px !important;
  }
}
.u-pl-4 {
  padding-left: 4px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-4 {
    padding-left: 4px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-4 {
    padding-left: 4px !important;
  }
}
.u-pl-8 {
  padding-left: 8px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-8 {
    padding-left: 8px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-8 {
    padding-left: 8px !important;
  }
}
.u-pl-12 {
  padding-left: 12px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-12 {
    padding-left: 12px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-12 {
    padding-left: 12px !important;
  }
}
.u-pl-16 {
  padding-left: 16px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-16 {
    padding-left: 16px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-16 {
    padding-left: 16px !important;
  }
}
.u-pl-20 {
  padding-left: 20px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-20 {
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-20 {
    padding-left: 20px !important;
  }
}
.u-pl-24 {
  padding-left: 24px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-24 {
    padding-left: 24px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-24 {
    padding-left: 24px !important;
  }
}
.u-pl-28 {
  padding-left: 28px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-28 {
    padding-left: 28px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-28 {
    padding-left: 28px !important;
  }
}
.u-pl-32 {
  padding-left: 32px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-32 {
    padding-left: 32px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-32 {
    padding-left: 32px !important;
  }
}
.u-pl-36 {
  padding-left: 36px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-36 {
    padding-left: 36px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-36 {
    padding-left: 36px !important;
  }
}
.u-pl-40 {
  padding-left: 40px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-40 {
    padding-left: 40px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-40 {
    padding-left: 40px !important;
  }
}
.u-pl-44 {
  padding-left: 44px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-44 {
    padding-left: 44px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-44 {
    padding-left: 44px !important;
  }
}
.u-pl-48 {
  padding-left: 48px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-48 {
    padding-left: 48px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-48 {
    padding-left: 48px !important;
  }
}
.u-pl-52 {
  padding-left: 52px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-52 {
    padding-left: 52px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-52 {
    padding-left: 52px !important;
  }
}
.u-pl-56 {
  padding-left: 56px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-56 {
    padding-left: 56px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-56 {
    padding-left: 56px !important;
  }
}
.u-pl-60 {
  padding-left: 60px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-60 {
    padding-left: 60px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-60 {
    padding-left: 60px !important;
  }
}
.u-pl-64 {
  padding-left: 64px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-64 {
    padding-left: 64px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-64 {
    padding-left: 64px !important;
  }
}
.u-pl-68 {
  padding-left: 68px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-68 {
    padding-left: 68px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-68 {
    padding-left: 68px !important;
  }
}
.u-pl-72 {
  padding-left: 72px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-72 {
    padding-left: 72px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-72 {
    padding-left: 72px !important;
  }
}
.u-pl-76 {
  padding-left: 76px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-76 {
    padding-left: 76px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-76 {
    padding-left: 76px !important;
  }
}
.u-pl-80 {
  padding-left: 80px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-80 {
    padding-left: 80px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-80 {
    padding-left: 80px !important;
  }
}
.u-pl-84 {
  padding-left: 84px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-84 {
    padding-left: 84px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-84 {
    padding-left: 84px !important;
  }
}
.u-pl-88 {
  padding-left: 88px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-88 {
    padding-left: 88px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-88 {
    padding-left: 88px !important;
  }
}
.u-pl-92 {
  padding-left: 92px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-92 {
    padding-left: 92px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-92 {
    padding-left: 92px !important;
  }
}
.u-pl-96 {
  padding-left: 96px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-96 {
    padding-left: 96px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-96 {
    padding-left: 96px !important;
  }
}
.u-pl-100 {
  padding-left: 100px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-100 {
    padding-left: 100px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-100 {
    padding-left: 100px !important;
  }
}
.u-pl-104 {
  padding-left: 104px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-104 {
    padding-left: 104px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-104 {
    padding-left: 104px !important;
  }
}
.u-pl-108 {
  padding-left: 108px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-108 {
    padding-left: 108px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-108 {
    padding-left: 108px !important;
  }
}
.u-pl-112 {
  padding-left: 112px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-112 {
    padding-left: 112px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-112 {
    padding-left: 112px !important;
  }
}
.u-pl-116 {
  padding-left: 116px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-116 {
    padding-left: 116px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-116 {
    padding-left: 116px !important;
  }
}
.u-pl-120 {
  padding-left: 120px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-120 {
    padding-left: 120px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-120 {
    padding-left: 120px !important;
  }
}
.u-pl-124 {
  padding-left: 124px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-124 {
    padding-left: 124px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-124 {
    padding-left: 124px !important;
  }
}
.u-pl-128 {
  padding-left: 128px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-128 {
    padding-left: 128px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-128 {
    padding-left: 128px !important;
  }
}
.u-pl-132 {
  padding-left: 132px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-132 {
    padding-left: 132px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-132 {
    padding-left: 132px !important;
  }
}
.u-pl-136 {
  padding-left: 136px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-136 {
    padding-left: 136px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-136 {
    padding-left: 136px !important;
  }
}
.u-pl-140 {
  padding-left: 140px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-140 {
    padding-left: 140px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-140 {
    padding-left: 140px !important;
  }
}
.u-pl-144 {
  padding-left: 144px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-144 {
    padding-left: 144px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-144 {
    padding-left: 144px !important;
  }
}
.u-pl-148 {
  padding-left: 148px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-148 {
    padding-left: 148px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-148 {
    padding-left: 148px !important;
  }
}
.u-pl-152 {
  padding-left: 152px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-152 {
    padding-left: 152px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-152 {
    padding-left: 152px !important;
  }
}
.u-pl-156 {
  padding-left: 156px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-156 {
    padding-left: 156px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-156 {
    padding-left: 156px !important;
  }
}
.u-pl-160 {
  padding-left: 160px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-160 {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-160 {
    padding-left: 160px !important;
  }
}
.u-pl-164 {
  padding-left: 164px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-164 {
    padding-left: 164px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-164 {
    padding-left: 164px !important;
  }
}
.u-pl-168 {
  padding-left: 168px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-168 {
    padding-left: 168px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-168 {
    padding-left: 168px !important;
  }
}
.u-pl-172 {
  padding-left: 172px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-172 {
    padding-left: 172px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-172 {
    padding-left: 172px !important;
  }
}
.u-pl-176 {
  padding-left: 176px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-176 {
    padding-left: 176px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-176 {
    padding-left: 176px !important;
  }
}
.u-pl-180 {
  padding-left: 180px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-180 {
    padding-left: 180px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-180 {
    padding-left: 180px !important;
  }
}
.u-pl-184 {
  padding-left: 184px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-184 {
    padding-left: 184px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-184 {
    padding-left: 184px !important;
  }
}
.u-pl-188 {
  padding-left: 188px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-188 {
    padding-left: 188px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-188 {
    padding-left: 188px !important;
  }
}
.u-pl-192 {
  padding-left: 192px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-192 {
    padding-left: 192px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-192 {
    padding-left: 192px !important;
  }
}
.u-pl-196 {
  padding-left: 196px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-196 {
    padding-left: 196px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-196 {
    padding-left: 196px !important;
  }
}
.u-pl-200 {
  padding-left: 200px !important;
}

@media only screen and (max-width: 736px) {
  .u-sp-pl-200 {
    padding-left: 200px !important;
  }
}
@media only screen and (min-width: 737px) {
  .u-pc-pl-200 {
    padding-left: 200px !important;
  }
}
.u-ta-c {
  text-align: center !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-show {
  display: block !important;
}

.u-hide {
  display: none !important;
}

.u-visible {
  visibility: visible !important;
}

.u-invisible {
  visibility: hidden !important;
}

@media only screen and (min-width: 737px) {
  .u-pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 1020px) {
  .u-md-sp-none {
    display: none !important;
  }
}
@media only screen and (max-width: 736px) {
  .u-sp-none {
    display: none !important;
  }
}
.u-font-large {
  font-size: 1.6em !important;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 736px) {
  .u-font-large {
    font-size: 1.2em !important;
    line-height: inherit !important;
  }
}

.u-font-bold {
  font-weight: 700 !important;
}

.u-font-serif {
  font-family: "Noto Serif JP", serif !important;
}

.u-font-playwrite {
  font-family: "Playwrite BE VLG", serif !important;
  letter-spacing: 0 !important;
}

.u-font-rounded {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

.u-font-jost {
  font-family: "Jost", sans-serif !important;
}

.u-color-black {
  color: #444 !important;
}

.u-color-pink {
  color: #ff699f !important;
}

.u-color-red {
  color: #f04452 !important;
}

.u-color-purple {
  color: #9966ee !important;
}

.u-color-blue {
  color: #3c67dd !important;
}

.u-td-double {
  -webkit-text-decoration: #ff699f double underline !important;
          text-decoration: #ff699f double underline !important;
}

.u-td-double--red {
  -webkit-text-decoration: #f04452 double underline !important;
          text-decoration: #f04452 double underline !important;
}

.u-td-wavy {
  -webkit-text-decoration: #ff699f wavy underline !important;
          text-decoration: #ff699f wavy underline !important;
}

.u-td-wavy--red {
  -webkit-text-decoration: #f04452 wavy underline !important;
          text-decoration: #f04452 wavy underline !important;
}

.u-td-dotted {
  -webkit-text-decoration: #ff699f dotted underline !important;
          text-decoration: #ff699f dotted underline !important;
  text-decoration-thickness: 4px !important;
}
