@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-inner {
  max-width: 967px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .l-inner {
    max-width: 648px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-btn {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  max-width: 377px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
  color: #000;
  background-color: #19FFC6;
  -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-btn {
    font-size: 2rem;
    line-height: 2.9rem;
    padding-top: 1.5rem;
    padding-bottom: 1.6rem;
  }
}

.c-btn:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.c-btn--more {
  max-width: 340px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.62%, #e9149b), color-stop(99.99%, #900be3), to(rgba(233, 20, 155, 0)));
  background: -webkit-linear-gradient(left, #e9149b 0.62%, #900be3 99.99%, rgba(233, 20, 155, 0) 100%);
  background: linear-gradient(90deg, #e9149b 0.62%, #900be3 99.99%, rgba(233, 20, 155, 0) 100%);
  color: #fff;
  -webkit-box-shadow: 6px 6px #000;
          box-shadow: 6px 6px #000;
}

.c-btn--small {
  min-width: 173px;
  line-height: 2.9rem;
  padding-top: 1.5rem;
  padding-bottom: 1.6rem;
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  .c-btn--small {
    min-width: auto;
    max-width: 173px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding-top: 1.4rem;
    padding-bottom: 1.3rem;
  }
}

.c-btn.submitted {
  background-color: #d1e5e0;
  color: #666;
  pointer-events: none;
}


.p-card {
  display: block;
  border-radius: 2rem;
  background-color: #F5F5FF;
  position: relative;
  padding: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-card {
    padding: 3.1rem 2rem 5.4rem;
  }
}
a.p-card {
  cursor: pointer;
}

.p-card__artist-name {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-card__artist-name {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}

.p-card__tours-title {
  /* max-width: 457px; */
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #F502A1;
  margin-top: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .p-card__tours-title {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 1rem;
  }
}

.p-card__tours-date-time {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-card__tours-date-time {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 0.6rem;
  }
}

.p-card__member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-shout__card__member {
  margin-top: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .p-shout__card__member {
    margin-top: 1.5rem;
  }
}

.p-card__img img {
  width: 6rem;
  height: 6rem;
  border-radius: 6rem;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-card__img img {
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    object-fit: cover;
  }
}

.p-card__name {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #8E8E8E;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-card__name {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.p-card__text {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 500;
  /* max-width: 684px; */
  margin-top: 0.8rem;
  margin-bottom: 2.5rem;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  .p-card__text {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 1rem;
  }
}

.p-card__stamp {
  position: absolute;
  top: 3rem;
  right: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-card__stamp {
    top: 2.1rem;
    right: 1rem;
  }
}

.p-card__stamp {
  width: 7rem;
  height: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-card__stamp {
    width: 4rem;
    height: 4rem;
  }
}

.p-card__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  background-color: #FFBE00;
  border-radius: 2rem;
  padding: 0.6rem 1.5rem;
  position: relative;
  bottom: 1rem;
  float: right;
}
.p-card__link:not(.btn-disable) {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-card__link {
    font-size: 1.2rem;
    line-height: 1.7rem;
    bottom: 0.5rem;
    right: 1rem;
  }
}

.p-card__link:not(.btn-disable):hover::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.p-card__link.liked {
  background-color: #8d6a02;
  color: #FFF;
}

.p-card__icon {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
}

.p-card__icon::before {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-card:not(:first-child) {
  margin-top: 3rem;
}

.p-card:nth-child(n+2) {
  -webkit-box-shadow: 1rem 1rem #FFBE00;
          box-shadow: 1rem 1rem #FFBE00;
}

.p-card:nth-child(2n+1) {
  -webkit-box-shadow: 1rem 1rem #EA159C;
          box-shadow: 1rem 1rem #EA159C;
}

.p-section-title {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-section-title {
    font-size: 4.6rem;
    line-height: 5.6rem;
  }
}

.p-event {
  background-image: url(/img/images/campaign/awards/2022/bg-base.jpg);
  background-size: cover;
  background-position: left top;
  position: relative;
}

.p-event::after {
  background-image: url(/img/images/campaign/awards/2022/bg-decoration-2.png);
  background-size: cover;
  background-position: left top;
  content: "";
  height: 117.2%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*.p-event__top {
  background-image: url(/img/images/campaign/awards/2022/bg-decoration-2.png);
  background-size: cover;
  background-position: left top;
}*/

.p-event__logo {
  max-width: 15rem;
  position: absolute;
  top: 19px;
  left: 16px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .p-event__logo {
    max-width: 9rem;
    top: 10px;
    left: 10px;
  }
}

.p-event__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .p-event__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .p-event__inner {
    padding-top: 5rem;
  }
}

.p-event__top__inner {
  max-width: 1255px;
  padding-top: 4rem;
  padding-bottom: 8rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.p-event__top__img {
  max-width: 581px;
}
@media only screen and (max-width: 480px) {
  .p-event__top__img {
    max-width: 291px;
  }
}

.p-event__top__body {
  max-width: 596px;
  margin-left: 8.3rem;
  /*padding-top: 5.2rem;*/
}
@media only screen and (max-width: 1024px) {
  .p-event__top__body {
    margin-left: 0;
    padding-top: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-event__top__body {
    max-width: 100%;
  }
}

.p-event__text {
  font-size: 2rem;
  line-height: 5rem;
  display: inline;
  font-weight: bold;
  color: #000;
  background: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  -webkit-box-shadow: 5px 5px #000;
          box-shadow: 5px 5px #000;
  padding: 0.3em 0.6em;
}
@media only screen and (max-width: 768px) {
  .p-event__text {
    font-size: 1.4rem;
    line-height: 4.7rem;
    padding: 0.6em 0.6em;
  }
}

.p-event__btn {
  margin-top: 3rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .p-event__btn {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-event__btn {
    margin-top: 2rem;
  }
}

.p-event__post__inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 480px) {
  .p-event__post__inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.p-event__post__img {
  max-width: 378px;
}
@media only screen and (max-width: 480px) {
  .p-event__post__img {
    max-width: 157px;
  }
}

.p-event__post__body {
  max-width: 52.2rem;
  margin-top: 3.9rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .p-event__post__body {
    margin-top: 4.7rem;
  }
}

.p-event__performance-post__inner {
  padding-top: 3rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 480px) {
  .p-event__performance-post__inner {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}

.p-event__performance-post__img {
  max-width: 378px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 480px) {
  .p-event__performance-post__img {
    max-width: 157px;
  }
}

.p-event__performance-post__body {
  max-width: 618px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .p-event__performance-post__body {
    margin-top: 5.7rem;
  }
}

.p-event__performance-post-box {
  padding: 8rem 5rem 5rem;
  margin-top: 5.3rem;
}
@media only screen and (max-width: 768px) {
  .p-event__performance-post-box {
    padding: 6.2rem 2rem 2rem;
  }
}

.p-performance-post__btn {
  text-align: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-performance-post__btn {
    margin-top: 4rem;
  }
}

.p-performance-post__sns {
  margin-top: 3rem;
}

.p-present {
  padding-top: 5.2rem;
  padding-bottom: 10rem;
  background: #000;
}

.p-present-title {
  max-width: 654px;
  color: #fff;
  margin: 0 auto;
  font-size: 4rem;
  line-height: 5.8rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.3rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-present-title {
    font-size: 3rem;
    line-height: 4.3rem;
  }
}

/*
.p-present-title::before {
  content: "もっとも";
  width: 90px;
  height: 90px;
  line-height: 94px;
  display: block;
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #000;
  background-image: url(/img/images/campaign/awards/2022/treatment-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -120%;
  left: -10.2%;
}
@media only screen and (max-width: 768px) {
  .p-present-title::before {
    top: -170%;
    left: 2%;
  }
}
@media only screen and (max-width: 480px) {
  .p-present-title::before {
    top: -90%;
    left: 5%;
  }
}
*/

.p-present-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 6.1rem;
}
@media only screen and (max-width: 1024px) {
  .p-present-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4rem;
  }
}

.p-present-title .sm-text {
  font-size: 2.4rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .p-present-title .sm-text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.p-present-title .u-marker {
  position: relative;
}

.p-present__img {
  max-width: calc(100% - 48px - 518px);
}
@media only screen and (max-width: 1024px) {
  .p-present__img {
    max-width: 500px;
  }
}

.p-present__body {
  margin-left: 2.4rem;
  padding-top: 2.9rem;
}
@media only screen and (max-width: 1024px) {
  .p-present__body {
    margin-left: 0;
    padding-top: 3rem;
  }
}

.p-present__text {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 480px) {
  .p-present__text {
    font-size: 1.6rem;
    padding-left: 16px;
    padding-right: 17px;
  }
}

.p-present__text span {
  background-color: #FFBE00;
  color: #000;
}

.p-present__info {
  /* max-width: 518px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2rem;
}
@media only screen and (max-width: 480px) {
  .p-present__info {
    max-width: 312px;
    padding-left: 16px;
    padding-right: 17px;
  }
}

.p-present__info dt {
  /* width: calc(100% - 2px - 350px); */
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.6rem;
  text-align: center;
  padding: 1.9rem;
  background-color: #FFBE00;
  color: #000;
}
@media only screen and (max-width: 480px) {
  .p-present__info dt {
    font-size: 1.2rem;
    line-height: 1.7rem;
    width: calc(100% - 1px - 217px);
    padding: 1.15rem 0;
  }
}

.p-present__info dd {
  /* width: calc(100% - 4px - 166px); */
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.6rem;
  text-align: center;
  padding: 1.8rem;
  color: #fff;
  border: 1px solid #fff;
  margin-left: 2px;
}
@media only screen and (max-width: 480px) {
  .p-present__info dd {
    font-size: 1.2rem;
    line-height: 1.7rem;
    width: calc(100% - 8px - 94px);
    padding: 1.2rem 0 1.1rem;
  }
}

.p-present__info dt:not(:last-of-type),
.p-present__info dd:not(:last-of-type) {
  margin-bottom: 2px;
}

.p-present__btn {
  margin-top: 5rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .p-present__btn {
    margin-top: 4rem;
  }
}

.p-product {
  background-color: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-product {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.p-product-title {
  text-align: center;
}

.p-product-title {
  max-width: 322px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .p-product-title {
    max-width: 190px;
  }
}

.p-product-sub-title {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 4.7rem;
}
@media only screen and (max-width: 480px) {
  .p-product-sub-title {
    font-size: 2rem;
    line-height: 2.9rem;
    margin-top: 3rem;
  }
}

.p-product__info {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .p-product__info {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}

.p-product__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #D9D9D9;
  border-radius: 2rem;
  margin-top: 3.5rem;
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
  padding-left: 7rem;
  padding-right: 7rem;
}
@media screen and (max-width: 1024px) {
  .p-product__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-product__content {
    margin-top: 5.3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.p-product__img {
  max-width: 354px;
}

.p-product__btn-wrapper {
  width: calc(100% - 141px - 354px);
  margin-left: 14.1rem;
}
@media screen and (max-width: 1024px) {
  .p-product__btn-wrapper {
    width: 100%;
    max-width: 332px;
    margin-left: 0;
    margin-top: 4rem;
  }
}

.p-product__btn {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50px;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.p-product__btn:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.p-product__btn--black {
  color: #fff;
  background-color: #000;
}

.p-product__btn--white {
  color: #000;
  background-color: #fff;
}

.p-ranking {
  padding-top: 1.5rem;
  padding-bottom: 10rem;
  background-image: url(/img/images/campaign/awards/2022/bg-base.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-ranking {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }
}

.p-ranking__post-box__wrapper {
  width: 100%;
  position: relative;
}

.p-ranking__post-box {
  border-radius: 2rem;
  background-color: #F5F5FF;
  -webkit-box-shadow: 1rem 1rem #000;
          box-shadow: 1rem 1rem #000;
  position: relative;
  padding: 2rem 5rem 5rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-ranking__post-box {
    padding: 1rem 2rem 2rem;
  }
}

.p-ranking__post-box__tab {
  width: 100%;
  max-width: 180px;
  font-size: 2.5rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  background-color: #E9149C;
  border-radius: 2rem;
  -webkit-box-shadow: 6px 6px #000;
          box-shadow: 6px 6px #000;
  padding-top: 2.2rem;
  padding-bottom: 2.3rem;
  position: absolute;
  top: -34px;
}
@media only screen and (max-width: 768px) {
  .p-ranking__post-box__tab {
    max-width: 120px;
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding-top: 1.4rem;
    padding-bottom: 1.7rem;
    top: -28.5px;
  }
}

.p-ranking__post-box__name {
  font-size: 2.4rem;
  line-height: 3.5rem;
  text-align: center;
  max-width: 264px;
  background-color: #D9D9D9;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .p-ranking__post-box__name {
    font-size: 1.6rem;
    line-height: 2.3rem;
    max-width: 152px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.p-ranking__post-box__artistname {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-ranking__post-box__artistname {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-top: 1rem;
  }
}
.p-ranking__post-box__title {
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: #E9149C;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-ranking__post-box__title {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-top: 1rem;
  }
}

.p-ranking__post-box__text {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  padding-top: 3rem;
  border-top: 1px solid #000;
  margin-top: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  min-height: 150px;
}
@media only screen and (max-width: 768px) {
  .p-ranking__post-box__text {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    min-height: 100px;
  }
}

.p-ranking__post-box__stamp {
  position: absolute;
  top: 3rem;
  right: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-ranking__post-box__stamp {
    top: 1rem;
    right: 1rem;
  }
}

.p-ranking__post-box__stamp img {
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 768px) {
  .p-ranking__post-box__stamp img {
    width: 70px;
    height: 70px;
    margin-top: -44px;
  }
}

.p-ranking-title__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 8rem auto 0;
}
@media only screen and (max-width: 480px) {
  .p-ranking-title__wrapper {
    margin-top: 2.5rem;
  }
}

.p-ranking-title__wrapper::before {
  content: "";
  display: block;
  width: 362px;
  height: 28px;
  position: absolute;
  bottom: 2px;
  left: -26px;
  background-color: #000;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-ranking-title__wrapper::before {
    width: 262px;
    left: -12px;
  }
}

.p-ranking-title {
  letter-spacing: 0.05em;
  line-height: 8.7rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.62%, #e9149b), color-stop(99.99%, #900be3), to(rgba(233, 20, 155, 0)));
  background: -webkit-linear-gradient(left, #e9149b 0.62%, #900be3 99.99%, rgba(233, 20, 155, 0) 100%);
  background: linear-gradient(90deg, #e9149b 0.62%, #900be3 99.99%, rgba(233, 20, 155, 0) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 10;
}

.p-ranking__up-datetime {
  margin-top: 2.1rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-ranking__up-datetime {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-top: 3rem;
  }
}

.p-ranking__up-datetime-desc {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.9rem;
}
@media only screen and (max-width: 768px) {
  .p-ranking__up-datetime-desc {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 1rem;
  }
}

.p-ranking__box {
  border-radius: 2rem;
  background-color: #F5F5FF;
  -webkit-box-shadow: 1rem 1rem #000;
          box-shadow: 1rem 1rem #000;
  position: relative;
  padding: 5rem 5rem 5rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-ranking__box {
    padding: 3rem 2rem 2rem;
    margin-top: 4rem;
  }
}

.p-ranking__more {
  margin-top: 3rem;
}

.p-ranking-box__tab__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: -44px;
  right: 50px;
  left: 50px;
  max-width: 867px;
}
@media only screen and (max-width: 768px) {
  .p-ranking-box__tab__wrapper {
    top: -28.5px;
  }
}
@media only screen and (max-width: 480px) {
  .p-ranking-box__tab__wrapper {
    width: 100%;
    left: 20px;
    max-width: 303px;
  }
}

.p-ranking-box__tab {
  width: 100%;
  max-width: 399px;
  font-size: 3rem;
  line-height: 4.3rem;
  text-align: center;
  color: #fff;
  background-color: #E9149C;
  border-radius: 2rem;
  -webkit-box-shadow: 6px 6px #000;
          box-shadow: 6px 6px #000;
  padding-top: 2.2rem;
  padding-bottom: 2.3rem;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .p-ranking-box__tab {
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .p-ranking-box__tab {
    max-width: 180px;
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding-top: 1.4rem;
    padding-bottom: 1.7rem;
  }
}
@media only screen and (max-width: 480px) {
  .p-ranking-box__tab {
    max-width: 146px;
  }
}

.p-ranking-box__tab:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.p-ranking__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4rem;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1024px) {
  .p-ranking__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 3rem;
  }
}

.p-ranking__content + .p-ranking__content {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-ranking__content + .p-ranking__content {
    margin-top: 3rem;
  }
}

.p-ranking__wrapper {
  display: grid;
  grid-template-columns: 84px 565px;
  grid-template-rows: min-content;
  grid-gap: 0 23px;
}
@media only screen and (max-width: 1024px) {
  .p-ranking__wrapper {
    grid-template-columns: 84px 600px;
  }
}
@media only screen and (max-width: 768px) {
  .p-ranking__wrapper {
    grid-template-columns: 60px 1fr;
    grid-template-rows: 60px auto auto;
    grid-gap: 0 17px;
    width: 100%;
  }
}
a.p-ranking__wrapper {
  cursor: pointer;
}

.p-ranking__number {
  font-size: 3rem;
  line-height: 7.2rem;
  text-align: center;
  border: 0.6rem solid #E9149C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media only screen and (max-width: 768px) {
  .p-ranking__number {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: 2.6rem;
    line-height: 4.8rem;
  }
}

.p-ranking__name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media only screen and (max-width: 768px) {
  .p-ranking__name {
    font-size: 2rem;
    line-height: 2.9rem;
    padding-top: 1.5rem;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.p-ranking__title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #E9149C;
  /* max-width: 50.7rem; */
  margin-top: 0.1rem;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media only screen and (max-width: 768px) {
  .p-ranking__title {
    font-size: 1.4rem;
    line-height: 2rem;
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 1rem;
  }
}

.p-ranking__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column: 2/3;
  grid-row: 4/5;
  margin-top: 2.1rem;
}
@media only screen and (max-width: 768px) {
  .p-ranking__count {
    grid-column: 1/3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-ranking__count-list {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-ranking__count-list {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.p-ranking__count-list strong {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  background-color: #FFBE00;
  padding-left: 1rem;
  padding-right: 1rem;
  /* margin-left: 1.5rem; */
}
@media only screen and (max-width: 768px) {
  .p-ranking__count-list strong {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.p-ranking__count-list:not(:nth-child(1)) {
  margin-left: 3.3rem;
}
@media only screen and (max-width: 768px) {
  .p-ranking__count-list:not(:nth-child(1)) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-ranking__count-list:first-child strong {
    /* margin-left: 2.9rem; */
  }
}

.p-ranking__post-btn {
  min-width: 17.3rem;
}
@media only screen and (max-width: 1024px) {
  .p-ranking__post-btn {
    text-align: center;
    margin-top: 2.5rem;
  }
}

.p-ranking__btn-wrapper {
  margin-top: 6.1rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-ranking__btn-wrapper {
    margin-top: 5.5rem;
  }
}

.p-performance-post__ranking__wrapper {
  display: grid;
  grid-template-columns: 84px 760px;
  grid-template-rows: 35px 49px 33px 50px;
  grid-gap: 0 23px;
}
@media only screen and (max-width: 1024px) {
  .p-performance-post__ranking__wrapper {
    grid-template-columns: 84px 600px;
  }
}
@media only screen and (max-width: 768px) {
  .p-performance-post__ranking__wrapper {
    grid-template-columns: 60px 1fr;
    grid-template-rows: 60px auto auto;
    grid-gap: 0 17px;
  }
}
.p-performance-post__ranking__wrapper.norank {
  grid-template-columns: 0px 507px;
  grid-gap: 0 0px;
}
@media only screen and (max-width: 768px) {
  .p-performance-post__ranking__wrapper.norank {
    grid-template-columns: 0px 1fr;
    grid-gap: 0 0px;
  }
}

.p-ranking__date {
  grid-column: 2/3;
  grid-row: 3/4;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-ranking__date {
    font-size: 1.2rem;
    line-height: 1.7rem;
    grid-column: 1/3;
    grid-row: 3/4;
    margin-top: 0.6rem;
  }
}

.p-rank-ranking .p-ranking__date {
}

.p-performance-post__ranking__count {
  grid-column: 2/3;
  grid-row: 4/5;
  /* margin-top: 2rem; */
}
@media only screen and (max-width: 768px) {
  .p-performance-post__ranking__count {
    grid-column: 1/3;
    grid-row: 4/5;
    /* margin-top: 1.3rem; */
  }
}

.p-performance-post__ranking__box {
  padding: 8rem 5rem 5rem;
  margin-top: 5.3rem;
}
@media only screen and (max-width: 768px) {
  .p-performance-post__ranking__box {
    padding: 6.2rem 2rem 2rem;
    margin-top: 4.9rem;
  }
}
.p-performance-post__ranking__box.norank {
  padding: 5rem 4rem 4rem;
}
@media only screen and (max-width: 768px) {
  .p-performance-post__ranking__box.norank {
    padding: 2.2rem 2rem 4rem;
  }
}

.p-performance-post__ranking__content {
  padding-bottom: 0;
  border-bottom: none;
}

.p-rank-ranking {
  padding-top: 10rem;
  padding-bottom: 27.4rem;
  background-color: #000;
  background-image: url(/img/images/campaign/awards/2022/bg_through.jpg);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-rank-ranking {
    padding-top: 8rem;
    padding-bottom: 20rem;
  }
}

.p-rank-ranking-title {
  color: #fff;
}

.p-rank-ranking__up-datetime {
  color: #fff;
  margin-top: 3.3rem;
}

.p-rank-ranking__up-datetime-desc {
  color: #fff;
}

.p-shout {
  padding-top: 10rem;
  padding-bottom: 27.4rem;
  background-color: #000;
  background-image: url(/img/images/campaign/awards/2022/bg_through.jpg);
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-shout {
    padding-top: 8rem;
    padding-bottom: 20rem;
  }
}

.p-shout-title {
  color: #fff;
}

.p-shout__note {
  font-size: 2rem;
  line-height: 2.9rem;
  text-align: center;
  color: #fff;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-shout__note {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}

.p-shout__top__btn {
  margin-top: 4rem;
}

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

.p-shout__form {
  margin-top: 5rem;
}

.p-shout__cards {
  margin-top: 5rem;
}

.p-shout__btn-wrapper {
  margin-top: 8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-shout__btn-wrapper {
    margin-top: 5.5rem;
  }
}

.p-shout__post__btn {
  margin-top: 6rem;
}

.p-post__details__btn-wrapper {
  margin-top: 5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-post__details__btn-wrapper {
    margin-top: 3rem;
  }
}

.p-footer {
  background-color: #3e3e3e;
  padding: 2em;
  text-align: center;
}

.p-footer__copy-right {
  display: block;
  margin-top: 1em;
  text-align: center;
  color: #cccccc;
  font-size: 1rem;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.p-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-form__input {
  width: calc(100% - 182px - 31px);
  font-size: 1.6rem;
  line-height: 1.8rem;
  background-color: #fff;
  border-radius: 5px;
  padding: 1.1rem 0 1.1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-form__input {
    width: 100%;
  }
}

.p-form__selectbox {
  width: 182px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .p-form__selectbox {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.p-selectbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-selectbox__label {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.p-selectbox__list {
  display: block;
  width: calc(100% - 18px - 48px);
  font-size: 1.6rem;
  line-height: 1.8rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.1rem 0 1.1rem 1.5rem;
  margin-left: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-selectbox__list:not([multiple]):not([size]) {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.p-selectbox__item {
  background-color: #fff;
}

.p-post__form {
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-post__form {
    margin-top: 4rem;
  }
}

.p-decoration {
  position: relative;
}

.p-decoration::before {
  content: "";
  display: block;
  width: 17.6388888889%;
  height: 100%;
  background-image: url(/img/images/campaign/awards/2022/bg-decoration.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.p-decoration::after {
  content: "";
  display: block;
  width: 17.6388888889%;
  height: 100%;
  background-image: url(/img/images/campaign/awards/2022/bg-decoration.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  .p-decoration--sm::before,
.p-decoration--sm::after {
    width: 12.40234375%;
  }
}

@media only screen and (max-width: 768px) {
  .p-decoration::before,
.p-decoration::after {
    width: 8%;
  }
}

.p-ornament {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-ornament--1 {
  top: 68px;
  right: 78.6111111111%;
  width: 144px;
  height: 144px;
  background-image: url(/img/images/campaign/awards/2022/decoration-6.png);
}
@media only screen and (max-width: 768px) {
  .p-ornament--1 {
    top: 34px;
    right: 83.4666666667%;
    width: 46px;
    height: 46px;
  }
}

.p-ornament--2 {
  top: 97px;
  left: 79.5138888889%;
  width: 80.5px;
  height: 107px;
  background-image: url(/img/images/campaign/awards/2022/decoration-7.png);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-ornament--2 {
    top: 130px;
    left: 86.1333333333%;
    width: 38px;
    height: 54px;
  }
}

.p-ornament--3 {
  bottom: 326px;
  right: 67.4305555556%;
  width: 34.5px;
  height: 34.5px;
  background-image: url(/img/images/campaign/awards/2022/decoration-9.png);
}
@media only screen and (max-width: 768px) {
  .p-ornament--3 {
    bottom: 74px;
    right: 66.6666666667%;
    width: 18.5px;
    height: 18.5px;
  }
}

@media only screen and (max-width: 768px) {
  .p-performance-post__details__ornament--3 {
    bottom: 375px;
  }
}

.p-ornament--4 {
  bottom: 214px;
  left: 69.7916666667%;
  width: 168px;
  height: 123px;
  background-image: url(/img/images/campaign/awards/2022/decoration-10.png);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-ornament--4 {
    bottom: 117px;
    left: 72.8%;
    width: 86px;
    height: 63px;
  }
}

.p-ornament--5 {
  top: 76px;
  right: 81.25%;
  width: 67px;
  height: 100.5px;
  background-image: url(/img/images/campaign/awards/2022/decoration-2.png);
}
@media only screen and (max-width: 768px) {
  .p-ornament--5 {
    top: 145px;
    right: 86.1333333333%;
    width: 36px;
    height: 54px;
  }
}

.p-ornament--6 {
  top: 76px;
  left: 74.3055555556%;
  width: 144px;
  height: 144px;
  background-image: url(/img/images/campaign/awards/2022/decoration-3.png);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-ornament--6 {
    top: 145px;
    left: 83.7333333333%;
    width: 46px;
    height: 46px;
  }
}

.p-ornament--7 {
  bottom: 63px;
  right: 74.9305555556%;
  width: 250px;
  height: 52px;
  background-image: url(/img/images/campaign/awards/2022/decoration-5.png);
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-ornament--7 {
    bottom: 32px;
    right: 64.8%;
    width: 116px;
    height: 24px;
  }
}

.p-ornament--8 {
  bottom: 35px;
  left: 73.2638888889%;
  width: 34.5px;
  height: 34.5px;
  background-image: url(/img/images/campaign/awards/2022/decoration-9.png);
}
@media only screen and (max-width: 768px) {
  .p-ornament--8 {
    left: 80%;
    width: 18.5px;
    height: 18.5px;
  }
}

.p-ornament--9 {
  width: 100%;
  max-width: 163.5px;
  height: 100%;
  max-height: 162.5px;
  top: -81.25px;
  right: -81.75px;
  background-image: url(/img/images/campaign/awards/2022/decoration.png);
}
@media only screen and (max-width: 1024px) {
  .p-ornament--9 {
    max-width: 58.5px;
    max-height: 58.5px;
    top: -29.25px;
    right: -29.25px;
  }
}

.p-modal-page {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 18.2rem 3rem;
}
@media only screen and (max-width: 768px) {
  .p-modal-page {
    padding-top: 15.4rem;
  }
}

.p-modal {
  background-color: #fff;
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px rgba(0, 0, 0, 0.25);
  padding: 5rem 3.8rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-modal {
    padding: 4.8rem 2.8rem 3rem;
  }
}

.p-modal__content {
  max-width: 714px;
  margin: 0 auto;
}

.p-modal__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 4.1rem;
  color: #E9149C;
}
@media only screen and (max-width: 768px) {
  .p-modal__title {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}

.p-modal__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.9rem;
  padding-top: 4rem;
  border-top: 1px solid #000;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-modal__text {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-top: 2.5rem;
    margin-top: 2rem;
  }
}
.p-modal__text.outline-text {
  font-size: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-modal__text.outline-text {
    font-size: 1.5rem;
  }
}
.p-modal__text.outline-text a {
  text-decoration: underline;
  color: blue;
}

.p-modal__btn {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-modal__btn {
    margin-top: 2.5rem;
  }
}

.p-modal__link {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.3rem;
  color: #777777;
  margin-top: 2.5rem;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .p-modal__link {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-top: 2rem;
  }
}

.p-close-btn {
  position: absolute;
  top: -50px;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  display: grid;
  place-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-close-btn {
    right: 0;
  }
}

.p-close-btn img {
  width: 27.3px;
}

.p-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 263px;
  margin-left: auto;
  margin-right: auto;
}

.c-sns__link {
  width: 25rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3rem;
  color: #fff;
  background-color: #40b5ff;
  text-align: center;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  margin-top: 1rem;
  position: relative;
}

.c-sns__link::before {
  content: "\f099";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 1rem;
}

.c-sns__link:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.p-post__details__sns {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-post__details__sns {
    margin-top: 5.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}
.u-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.u-mobile--xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .u-mobile--xs {
    display: block;
  }
}

.u-mt1 {
  margin-top: 1px;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt29 {
  margin-top: 2.9rem;
}

.u-marker {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
  padding: 0 0.35em;
}

.u-marker--rainbow {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.62%, #e9149b), color-stop(99.99%, #900be3), to(rgba(233, 20, 155, 0)));
  background-image: -webkit-linear-gradient(left, #e9149b 0.62%, #900be3 99.99%, rgba(233, 20, 155, 0) 100%);
  background-image: linear-gradient(90deg, #e9149b 0.62%, #900be3 99.99%, rgba(233, 20, 155, 0) 100%);
}

.u-marker--black {
  background-color: #000;
}

.u-disable--tab {
  background-color: #000;
  color: #E9149C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.u-link--active {
  color: #FFBE00;
}/*# sourceMappingURL=style.css.map */




.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;

  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.2rem 3rem;
}
@media only screen and (max-width: 768px) {
  .modal-wrapper {
    padding-top: 15.4rem;
  }
}

.modal-link-frame {
  background-color: #000;
  padding: 7px;
  max-width: 364px;
  margin-top: 10px;
  margin-left:0;
}
@media only screen and (max-width: 1024px) {
  .modal-link-frame {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 768px) {
  .modal-link-frame {
    margin: 10px auto;
    max-width: 277px;
  }
}
.modal-link-frame.clear {
  background-color: transparent;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-link-frame {
    margin: 10px auto;
  }
}
.modal-link {
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .modal-link {
  }
}

.modal-link:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

.modal-link::hover::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  padding: 5.5rem 3.5rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  overflow: scroll;
  max-height: 80vh;
}
@media only screen and (max-width: 768px) {
  .modal-wrapper .modal-window {
    max-height: 60vh;
    padding: 3.5rem 1.5rem;
  }
}



.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.blanktext p {
  margin-top: 15rem;
}
@media only screen and (max-width: 768px) {
  .blanktext p {
    margin-top: 10rem;
  }
}

.comment-readmore { color: #F502A1; font-weight: 400; }


/* slider */
#goodshout-pickup-slider {
  position: relative;
  margin: 7rem 0;
}
#goodshout-pickup-slider ul{}
#goodshout-pickup-slider .sliderSet{
	position: relative;
  padding: 5rem 1rem;
}
#goodshout-pickup-slider .sliderSet a{
	display: block;
}
#goodshout-pickup-slider #dots{
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
#goodshout-pickup-slider #arrows{}
#goodshout-pickup-slider #arrows button:hover{ opacity: 0.6; }
#goodshout-pickup-slider #arrows .slick-next,
#goodshout-pickup-slider #arrows .slick-prev{
	width: 24px;
	height: 43px;
	position: absolute;
	bottom: 3px;
	left: 10px;
	font-size: 10px;
	overflow: hidden;
	text-indent: 100%;
}
#goodshout-pickup-slider #arrows .slick-next{
	left: inherit;
	right: 8px;
}
#goodshout-pickup-slider #arrows .slick-next::after,
#goodshout-pickup-slider #arrows .slick-prev::after{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-top: 2px solid #efefef;
	border-right: 2px solid #efefef;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#goodshout-pickup-slider #arrows .slick-prev::after{
	-webkit-transform: rotate(224deg);
	transform: rotate(224deg);
	margin-left: 4px;
}
#goodshout-pickup-slider #arrows .slick-next::after{
	left: inherit;
	right: 14px;
}

#goodshout-pickup-slider #arrows button{
	border: none;
	background-color: transparent;
	outline: none;
	color: transparent;
}
#goodshout-pickup-slider #dots{
	text-align: center;
	padding: 8px 0;
	background-color: rgba(0,0,0,0.15);
}
#goodshout-pickup-slider #dots li{
	display: inline-block;
}
#goodshout-pickup-slider #dots li.slick-active button{
	background-color: #F502A1;
}
#goodshout-pickup-slider #dots li button{
	border-radius: 50px;
	border:none;
	background-color: #ccc;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	outline: none;
	font-size: 10px;
	color: transparent;
}

.embedBlock {
  margin-top: 10rem;
}
.embedBlock .embedList li {
  padding: 8px 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
}

.embedBlock .embedList li .thumbnail {
  width: 70px;
  height: 70px;
  display: block;
}
.embedBlock .embedList li .metaInfo .meta-title {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  white-space: nowrap;
}


.summary-end {
  margin-top: 4rem;
}
.summary-end .p-ranking__up-datetime {
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .summary-end .p-ranking__up-datetime {
    font-size: 2.0rem;
  }
}
.summary-end p {
  margin-top: 2.1rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.9rem;
}
@media only screen and (max-width: 768px) {
  .summary-end p {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-top: 3rem;
  }
}
.p-rank-ranking .summary-end p { color: #FFF; }
.p-rank-ranking .summary-end .p-ranking__up-datetime { color: #FFF; }

.p-result *, .p-bestshout *, .p-departmental *, .p-originalrank * {
  box-sizing: border-box;
}

.p-result .l-inner,
.p-bestshout .l-inner,
.p-departmental .l-inner,
.p-originalrank .l-inner {
  max-width: 1027px;
}

@media only screen and (max-width: 768px) {
  .p-result .l-inner,
  .p-bestshout .l-inner,
  .p-departmental .l-inner,
  .p-originalrank .l-inner {
    max-width: 678px;
  }
}

.bg-orange {
  background-image: url(/img/images/campaign/awards/2022/bg-base.jpg);
  background-size: auto 100%;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.bg-orange .l-inner > section {
  position: relative;
}
.bg-orange .l-inner > section::before,
.bg-orange .l-inner > section::after {
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.bg-orange .l-inner > section::before {
  background-image: url(/img/images/campaign/awards/2022/top/ornament_bg_orange03.png);
  height: 24px;
  width: 115px;
  left: 0;
  bottom: -6%;
}
.bg-orange .l-inner > section::after {
  background-image: url(/img/images/campaign/awards/2022/top/ornament_bg_orange04.png);
  height: 118px;
  width: 108px;
  right: 0%;
  bottom: -6%;
  transform: translateX(50%);
}
.bg-orange .p-section-title::before,
.bg-orange .p-section-title::after {
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(120%);
  z-index: -1;
}
.bg-orange .p-section-title::before {
  background-image: url(/img/images/campaign/awards/2022/top/ornament_bg_orange01.png);
  height: 54px;
  width: 36px;
  left: 0;

}
.bg-orange .p-section-title::after {
  background-image: url(/img/images/campaign/awards/2022/top/ornament_bg_orange02.png);
  height: 46px;
  width: 46px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .bg-orange .l-inner > section::before {
    left: -10%;
    bottom: 0;
  }
  .bg-orange .l-inner > section::after {
    bottom: 8%;
  }
  .bg-orange .p-section-title::before,
  .bg-orange .p-section-title::after {
    transform: translateY(40%);
  }
}

@media only screen and (min-width: 1024px) {
  .bg-orange {
    background-size: cover;
  }
  .bg-orange .l-inner > section::before {
    height: 52px;
    width: 250px;
    left: -15%;
  }
  .bg-orange .l-inner > section::after {
    height: 305px;
    width: 279px;
    bottom: -3%;
  }
  .bg-orange .p-section-title::before {
    height: 100px;
    width: 67px;
  }
  .bg-orange .p-section-title::after {
    height: 144px;
    width: 144px;
  }
}

/*//////////////////////////
// 結果発表
//////////////////////////*/

.p-result {
  background-color: #222;
  padding: 50px 0 80px;
}
.p-result__title{
  margin-bottom: 20px;
}
.p-result__title-sub {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
}
.p-result__content {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 6px 6px 0px 0px #EA159C;
  position: relative;
  padding: 28px 20px 20px;
}

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

.p-result__content__heading {
  max-width: 639px;
  margin: 0 auto 22px;
  width: 97%;
}

.p-result__content__artist {
  background-color: #000;
  color: #19FFC6;
  font-size: 2.8rem;
  font-weight: 700;
  max-width: 390px;
  margin: 0 auto 10px;
  padding: 7px;
  width: 73.6%;
}

.p-result__content__artist__anchor {
  display: block;
  transition: opacity .3s;
}

.p-result__content__artist__anchor:hover {
  opacity: .7;
}

.p-result__content__event-name {
  color: #E9149C;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}

.p-result__content__event-date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto 10px;
}

.p-result__content__post__item {
  margin-top: 20px;
  position: relative;
}

.p-result__content__post__header__img {
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: middle;
}

.p-result__content__post__header__img img {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .p-result__content__post__header__img img {
    width: 4rem;
    height: 4rem;
  }
}


.p-result__content__post__header__name {
  color: #8E8E8E;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: middle;
}

.p-result__content__post__header__name small {
  font-size: 1.2rem;
}

.p-result__content__post__user {
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  transition: color .3s;
}

.p-result__content__post__user:hover .p-result__content__post__header__name {
  color: #ea159c;
  text-decoration: underline;
}

.p-result__content__post__stamp {
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.p-result__content__post__body {
  background-color: #F0F0F0;
  border-radius: 20px;
  border: 2px solid #F0F0F0;
  padding: 75px 20px 20px 20px;
  transition: border .3s;
}

.p-result__content__post__body:hover {
  border-color: #ea159c;
}

.p-result__content__post__body__text {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4
}

.p-result__content__footer {
  margin-top: 34px;
  position: relative;
}

.p-result__content__footer::before,.p-result__content__footer::after {
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.p-result__content__footer::before {
  background-image: url(/img/images/campaign/awards/2022/top/ornament_result01.png);
  height: 77px;
  width: 116px;
  left: 0;
  transform: translate(-15%,-70%);
}

.p-result__content__footer::after {
  background-image: url(/img/images/campaign/awards/2022/top/ornament_result02.png);
  height: 41px;
  width: 56px;
  right: 0;
  transform: translateY(100%);
}

.p-result__content__footer__btn {
  background: rgb(233,20,155);
  background: linear-gradient(90deg, rgba(233,20,155,1) 0%, rgba(145,11,226,1) 100%);
  background-attachment: fixed;
  box-shadow: 6px 6px 0px 0px #000;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  max-width: 340px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  transition: all .3s;
}

.p-result__content__footer__btn:hover {
  box-shadow: 2px 2px 0px 0px #000;
  transform: translate(3px, 3px);
}

@media only screen and (min-width: 768px) {
.p-result {
    padding-bottom: 120px;
  }
  .p-result__content{
    box-shadow: 10px 10px 0px 0px #EA159C;
    padding: 40px;
  }
  .p-result__title-sub {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
  .p-result__content__artist {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
  .p-result__content__event-name {
    font-size: 1.8rem;
  }
  .p-result__content__event-date {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .p-result__content__post {
    -webkit-align-items: flex-start;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }
  .p-result__content__post__item {
    margin-top: 0;
    width: 50%;
  }
  .p-result__content__post__item:nth-child(1) {
    padding-right: 10px;
  }
  .p-result__content__post__item:nth-child(2) {
    padding-left: 10px;
  }
  .p-result__content__post__stamp {
    height: 70px;
    width: 70px;
  }
  .p-result__content__post__item:nth-child(1) .p-result__content__post__stamp {
    right: 30px;
  }
  .p-result__content__post__header__img {
    height: 60px;
    width: 60px;
  }
  .p-result__content__post__header__name {
    font-size: 1.8rem;
  }
  .p-result__content__post__header__name small {
    font-size: 1.6rem;
  }
  .p-result__content__post__body {
    padding-top: 100px;
  }
  .p-result__content__post__body__text {
    font-size: 1.4rem;
  }
  .p-result__content__footer {
    margin-top: 80px;
  }
  .p-result__content__footer::before {
    transform: translate(-15%,-120%);
  }
  .p-result__content__footer__btn {
    border-radius: 38px;
    padding: 28px 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .p-result__content__event-name span:nth-child(1) {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .p-result__content__event-name span {
    display: block
  }
  .p-result__content__post__user {
    top: 40px;
    left: 40px;
  }
  .p-result__content__post__stamp {
    top: 20px;
    right: 20px;
  }
  .p-result__content__post__body {
    padding: 120px 40px 40px;
  }
  .p-result__content__post__body__text {
    font-size: 1.6rem;
  }
  .p-result__content__post__item:nth-child(1) {
    padding-right: 18px;
  }
  .p-result__content__post__item:nth-child(2) {
    padding-left: 18px;
  }
  .p-result__content__footer::before {
    height: 229px;
    width: 346px;
    transform: translate(-35%,-20%);
  }
  .p-result__content__footer::after {
    height: 123px;
    width: 168px;
    transform: translate(-20%,50%);
  }
}

/*//////////////////////////
// ベストシャウト
//////////////////////////*/

.p-bestshout {
  padding: 60px 0 80px;
}

.p-bestshout__title {
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.p-bestshout__title span {
  background: linear-gradient(0deg, rgba(233,20,155,1) 0%, rgba(145,11,226,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(233,20,155,1) 0%, rgba(145,11,226,1) 100%);
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  vertical-align: bottom;
}

.p-bestshout__title span::after {
  background-color: #000;
  content: "";
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.p-bestshout__content__post {
  margin-top: 20px;
  position: relative;
}

.p-bestshout__content__post__header__img {
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: middle;
  width: 40px;
}

.p-bestshout__content__post__header__img img {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .p-bestshout__content__post__header__img img {
    width: 4rem;
    height: 4rem;
  }
}

.p-bestshout__content__post__header__name {
  color: #8E8E8E;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: middle;
}

.p-bestshout__content__post__header__name small {
  font-size: 1.2rem;
}

.p-bestshout__content__post__user {
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.p-bestshout__content__post__user:hover .p-bestshout__content__post__header__name {
  color: #E9149C;
  text-decoration: underline;
}

.p-bestshout__content__post__header__name {
  transition: all .3s;
}

.p-bestshout__content__post__stamp {
  border-radius: 100%;
  display: inline-block;
  height: 83px;
  overflow: hidden;
  width: 83px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.p-bestshout__content__post__body {
  background-color: #F0F0F0;
  border-radius: 20px;
  border: 2px solid #F0F0F0;
  box-shadow: 6px 6px 0px 0px #000;
  padding: 75px 20px 20px 20px;
  transition: all .3s;
}

.p-bestshout__content__post__body:hover {
  border-color: #E9149C;
}

.p-bestshout__content__post__body__artist-name {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-bestshout__content__post__body__event-name {
  border-bottom: 1px solid #000;
  color: #E9149C;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.p-bestshout__content__post__body__text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4
}

.p-bestshout__content__footer {
  margin: 50px 0 20%;
}

.p-bestshout__content__footer__btn {
  background: rgb(233,20,155);
  background: linear-gradient(90deg, rgba(233,20,155,1) 0%, rgba(145,11,226,1) 100%);
  box-shadow: 6px 6px 0px 0px #000;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  max-width: 340px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  transition: all .3s;
}

.p-bestshout__content__footer__btn:hover {
  box-shadow: 2px 2px 0px 0px #000;
  transform: translate(3px, 3px);
}

.p-bestshout__content__present {
  background-color: #000;
  border: 10px solid #19FFC6;
  border-radius: 20px;
  color: #fff;
  padding: 20px 10px;
}

.p-bestshout__content__heading {
  transform: translateY(-94%);
  text-align: center;
}

.p-bestshout__content__present__inner__image {
  background-color: #fff;
  border-radius: 100%;
  height: 200px;
  margin: -30px auto 35px;
  position: relative;
  width: 200px;
}

.p-bestshout__content__present__inner__image::after {
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
}

.p-bestshout__content__present__inner__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
}

.p-bestshout__content__present__inner__text .text-underline {
  background:linear-gradient(transparent 60%, #E9149C 60%);
}

@media only screen and (min-width: 768px) {
  .p-bestshout__title {
    margin-bottom: 70px;
  }
  .p-bestshout__title span {
    font-size: 4.5rem;
    padding: 0 3%;
  }
  .p-bestshout__content__post__user {
    width: calc(100% - 100px);
    top: 50px;
    left: 50px;
  }
  .p-bestshout__content__post__stamp {
    height: 110px;
    width: 110px;
    top: 30px;
    right: 40px;
  }
  .p-bestshout__content__post__header__img {
    height: 60px;
    width: 60px;
  }
  .p-bestshout__content__post__header__name {
    font-size: 1.8rem;
  }
  .p-bestshout__content__post__header__name small {
    font-size: 1.4rem;
  }
  .p-bestshout__content__post__body {
    box-shadow: 10px 10px 0px 0px #000;
    padding: 135px 50px 50px 50px;
  }
  .p-bestshout__content__post__body__artist-name,
  .p-bestshout__content__post__body__event-name {
    font-size: 2.4rem;
  }
  .p-bestshout__content__post__body__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .p-bestshout__content__footer {
    margin: 80px auto 100px;
  }
  .p-bestshout__content__footer__btn {
    border-radius: 38px;
    padding: 28px 20px;
  }
  .p-bestshout__content__heading {
    transform: translateY(-108%);
  }
  .p-bestshout__content__present {
    padding: 20px 40px;
  }
  .p-bestshout__content__present__inner {
    max-width: 610px;
    margin: -30px auto 0;
    -webkit-align-items: center;
    -webkit-flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row-row-reverse;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-bestshout__content__present {
    border-width: 15px;
  }
  .p-bestshout__content__present__inner__image {
    height: 237px;
    margin: 0 auto;
    width: 237px;
  }
  .p-bestshout__content__present__inner__image::after {
    border-width: 14px 20px 14px 0;
    border-color: transparent #fff transparent transparent;
    bottom: 50%;
    left: 0;
    transform: translate(-90%, 50%);
  }
  .p-bestshout__content__present__inner__text {
    text-align: left;
    width: calc(100% - 237px);
  }
}

@media only screen and (min-width: 1024px) {
  .p-bestshout {
    padding: 100px 0;
  }
  .p-bestshout__title span {
    font-size: 6rem;
  }
  .p-bestshout__content__post__stamp {
    height: 136px;
    width: 136px;
  }
  .p-bestshout__content__present {
    border-width: 20px;
  }
  .p-bestshout__content__present__inner {
    max-width: 814px;
    margin-top: -40px;
  }
  .p-bestshout__content__present__inner__text {
    font-size: 1.8rem;
  }
}

/*//////////////////////////
// 部門別
//////////////////////////*/

.p-departmental {
  background-color: #222;
  padding: 60px 0;
}

.p-departmental__box {
  position: relative;
}

.p-departmental__box::after {
  background-image: url(/img/images/campaign/awards/2022/top/ornament_departmental03.png);
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  height: 114px;
  width: 173px;
  position: absolute;
  bottom: -60px;
  left: -7%;
  z-index: -1;
}

.p-departmental__title {
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.p-departmental__title::before,.p-departmental__title::after {
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.p-departmental__title::before {
  background-image: url(/img/images/campaign/awards/2022/top/ornament_departmental01.png);
  height: 46px;
  width: 46px;
  top: 0;
  left: 0;
  transform: translateY(-90%);
}

.p-departmental__title::after {
  background-image: url(/img/images/campaign/awards/2022/top/ornament_departmental02.png);
  height: 54px;
  width: 36px;
  bottom: 0;
  right: 0;
  transform: translateY(60%);
}

.p-departmental__title span {
  color: #fff;
  display: inline-block;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  padding: 0 2%;
  position: relative;
  vertical-align: bottom;
}

.p-departmental__title span::after {
  background: linear-gradient(0deg, rgba(233,20,155,1) 0%, rgba(145,11,226,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(233,20,155,1) 0%, rgba(145,11,226,1) 100%);
  content: "";
  height: 28px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.p-departmental__title-sub {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
}

.p-departmental__content__item {
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
}

.p-departmental__content__item:nth-child(odd) {
  box-shadow: 6px 6px 0px 0px #EA159C;
}

.p-departmental__content__item:nth-child(even) {
  box-shadow: 6px 6px 0px 0px #FFBE00;
}

.p-departmental__content__item__name {
  margin-bottom: 20px;
  position: relative;
}

.p-departmental__content__item__name__heading {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 46px;
}

.p-departmental__content__item__name__image {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-departmental__content__item__body__artist-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.p-departmental__content__item__body__event-name{
  border-bottom: 1px solid #000;
  color: #E9149C;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.p-departmental__content__item__body__text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.p-departmental__content__item__body__text::before {
  content: "スタッフコメント";
  color: #8E8E8E;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-departmental__content__item__body__text .staffname {
  color: #8E8E8E;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .p-departmental {
    padding: 100px 0;
  }
  .p-departmental__title::before {
    transform: translateY(40%);
  }
  .p-departmental__title::after {
    transform: translateY(20%);
  }
  .p-departmental__title-sub {
    font-size: 2rem;
  }
  .p-departmental__content {
    -webkit-align-items: center;
    -webkit-flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row-row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-departmental__content__item {
    width: calc(50% - 15px);
  }
}

@media only screen and (min-width: 1024px) {
  .p-departmental {
    padding: 120px 0 42px;
  }
  .p-departmental__box::after {
    height: 229px;
    width: 346px;
    bottom: -42px;
  }
  .p-departmental__title::before {
    height: 143px;
    width: 143px;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .p-departmental__title::after {
    height: 100px;
    width: 66px;
    bottom: 50%;
    transform: translateY(50%);
  }
  .p-departmental__content__item {
    margin-bottom: 78px;
    padding: 40px 50px;
    width: calc(50% - 38px);
    min-height: 525px;
  }
  .p-departmental__content__item__name__heading {
    font-size: 2.4rem;
    padding-right: 50px;
  }
  .p-departmental__content__item__name__image {
    height: 70px;
    width: 70px;
    top: -20px;
    right: -30px;
    transform: translateY(0);
  }
  .p-departmental__content__item__body__artist-name {
    font-size: 2.4rem;
  }
  .p-departmental__content__item__body__event-name {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .p-departmental__content__item__body__text {
    font-size: 1.8rem;
  }
  .p-departmental__content__item__body__text::before {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

/*//////////////////////////
// ランキング
//////////////////////////*/

.p-originalrank {
  padding: 60px 0 80px;
}

.p-originalrank__title {
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.p-originalrank__title span {
  background: linear-gradient(0deg, rgba(233,20,155,1) 0%, rgba(145,11,226,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(233,20,155,1) 0%, rgba(145,11,226,1) 100%);
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  vertical-align: bottom;
}

.p-originalrank__title span::after {
  background-color: #000;
  content: "";
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.p-originalrank__title-sub {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
}
.originalrank__content__item__title_sub {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

.p-originalrank__content__item {
  margin-bottom: 50px;
}

.p-originalrank__content__item__title {
  margin-bottom: 7px;
  text-align: center;
}

.p-originalrank__content__item__title__heading {
  background: linear-gradient(0deg, rgba(233,20,155,1) 0%, rgba(145,11,226,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(233,20,155,1) 0%, rgba(145,11,226,1) 100%);
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px;
  text-align: center;
}

.p-originalrank__tab-panel__header {
  -webkit-align-items: flex-start;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 3;
  transform: translateY(50%);
}

.p-originalrank__tab-panel__header__item {
  padding: 0 8px;
}

.p-originalrank__tab-panel__header__item span {
  background-color: #000;
  border-radius: 20px;
  color: #E9149C;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 20px 15px;
  text-align: center;
  width: 146px;
  transition: all 0.5s;
}

.p-originalrank__tab-panel__header__item.is-active span {
  background-color: #E9149C;
  box-shadow: 6px 4px 0px 0px #000;
  color: #fff;
}

.p-originalrank__tab-panel__body {
  position: relative;
}

.p-originalrank__tab-panel__body__item {
  width: 100%;
}

.p-originalrank__content__item__body {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 6px 6px 0px 0px #000;
  color: #000;
  /* margin-bottom: 50px; */
  padding: 50px 20px 20px;
  width: 100%;
}

.p-originalrank__content__item__body.has-number {
  padding-top: 70px;
  position: relative;
}

.p-originalrank__content__item__body.has-number::after {
  content: "公演数";
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50px;
  right: 20px;
}

.p-originalrank__content__item__body__list__item {
  margin-bottom: 30px;
  padding: 8px 30px 8px 55px;
  position: relative;
}

.p-originalrank__content__item__body__list__item::before {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-originalrank__content__item__body__list__item.ranking01::before,
.p-originalrank__content__item__body__list__item.ranking02::before,
.p-originalrank__content__item__body__list__item.ranking03::before {
  background-image: url(/img/images/campaign/awards/2022/top/badge_ranking.png);
  background-size: 50px auto;
  background-repeat: no-repeat;
}

.p-originalrank__content__item__body__list__item.ranking01::before {
  background-position: left top;
}

.p-originalrank__content__item__body__list__item.ranking02::before {
  background-position: left center;
}

.p-originalrank__content__item__body__list__item.ranking03::before {
  background-position: left bottom;
}

.p-originalrank__content__item__body__list__item.ranking04::before,
.p-originalrank__content__item__body__list__item.ranking05::before,
.p-originalrank__content__item__body__list__item.ranking06::before,
.p-originalrank__content__item__body__list__item.ranking07::before,
.p-originalrank__content__item__body__list__item.ranking08::before,
.p-originalrank__content__item__body__list__item.ranking09::before,
.p-originalrank__content__item__body__list__item.ranking10::before {
  border: solid 4px #E9149C;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}
.p-originalrank__content__item__body__list__item.ranking04::before {
  content: "4";
}
.p-originalrank__content__item__body__list__item.ranking05::before {
  content: "5";
}
.p-originalrank__content__item__body__list__item.ranking06::before {
  content: "6";
}
.p-originalrank__content__item__body__list__item.ranking07::before {
  content: "7";
}
.p-originalrank__content__item__body__list__item.ranking08::before {
  content: "8";
}
.p-originalrank__content__item__body__list__item.ranking09::before {
  content: "9";
}
.p-originalrank__content__item__body__list__item.ranking10::before {
  content: "10";
}

.p-originalrank__content__item__body__list__item__anchor {
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px;
  transition: all 0.3s;
}
.p-originalrank__content__item__body__list__item__anchor:hover {
  color: #E9149C;
  opacity: .8;
}

.p-originalrank__content__item__body__list__item__artist {
  display: inline-block;
  text-decoration: underline;
}

.p-originalrank__content__item__body__more_btn {
  background-color: #D9D9D9;
  border-radius: 10px;
  border: 2px solid #D9D9D9;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 23px;
  text-align: center;
  transition: border .3s;
}

.p-originalrank__content__item__body__more_btn:hover {
  border-color: #E9149C;
}

.p-originalrank__content__item__body__more_btn span::before,
.p-originalrank__content__item__body__more_btn span::after {
  content: "▼";
}

.p-originalrank__content__item__body__list__item__number {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.has-event .p-originalrank__content__item__body__list__item {
  padding-top: 7px;
  padding-bottom: 7px;
}

.p-originalrank__content__item__body__list__item__event {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  margin-top: 5px;
}


@media only screen and (max-width: 767px) {

  .p-originalrank__tab-panel__header__item {
    cursor: pointer;
  }
  .p-originalrank__tab-panel__header__item:hover span {
    transform: scale(1.05);
  }
  .p-originalrank__tab-panel__body__item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-originalrank__tab-panel__body__item.is-active {
    display: block;
    position: relative;
    z-index: 2;
  }
}




@media only screen and (min-width: 768px) {
  .p-originalrank__title span {
    font-size: 4.5rem;
    padding: 0 3%;
  }
  .p-originalrank__title-sub {
    font-size: 1.8rem;
  }
  .p-originalrank__tab-panel__header__item {
    width: 50%;
  }
  .p-originalrank__tab-panel__header__item span {
    font-size: 2.4rem;
    padding: 20px 15px;
  }
  .p-originalrank__tab-panel__header__item:nth-child(1) {
    padding: 0 0 0 30px;
  }
  .p-originalrank__tab-panel__header__item:nth-child(2) {
    padding: 0 0 0 60px;
  }
  .p-originalrank__tab-panel__body {
    -webkit-align-items: flex-start;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .p-originalrank__tab-panel__body__item {
    width: 50%;
  }
  .p-originalrank__tab-panel__body__item:nth-child(1) {
    padding-right: 30px;
  }
  .p-originalrank__tab-panel__body__item:nth-child(2) {
    padding-left: 30px;
    position: relative;
  }
  .p-originalrank__tab-panel__body__item:nth-child(2)::before,
  .p-originalrank__tab-panel__body__item:nth-child(2)::after {
    content: "▼";
    font-size: 2.4rem;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .p-originalrank__tab-panel__body__item:nth-child(2)::before {
    color: #19FFC6;
    transform: translate(-9px, -100%) rotate(90deg);
    z-index: 2;
  }
  .p-originalrank__tab-panel__body__item:nth-child(2)::after {
    color: #000;
    transform: translate(-5px, -80%) rotate(90deg);
    z-index: 1;
  }
  .p-originalrank__content__item {
    margin-bottom: 100px;
  }
  .p-originalrank__content__item__title {
    margin-bottom: 17px;
  }
  .p-originalrank__content__item__title__heading {
    font-size: 3rem;
    padding: 22px;
  }
  .p-originalrank__content__item__body {
    margin-bottom: 0;
  }
  .p-originalrank .p-originalrank__title::before,
  .p-originalrank .p-originalrank__title::after {
    bottom: 50%;
    transform: translateY(50%);
  }
  .p-originalrank .l-inner > section.p-originalrank__box::before {
    bottom: -3%;
  }
  .p-originalrank .l-inner > section.p-originalrank__box::after {
    bottom: -2%;
  }
}


@media only screen and (min-width: 1024px) {
  .p-originalrank {
    padding: 120px 0 100px;
  }
  .p-originalrank__title span {
    font-size: 6rem;
  }
  .p-originalrank__title span::after {
    bottom: 8px;
  }
  .p-originalrank__content__item__body {
    padding: 70px 30px 30px;
  }
  .p-originalrank__tab-panel__header__item span {
    font-size: 3rem;
    padding: 29px 15px;
    width: 151px;
  }
  .p-originalrank__tab-panel__body__item:nth-child(1) {
    padding-right: 38px;
  }
  .p-originalrank__tab-panel__body__item:nth-child(2) {
    padding-left: 38px;
  }
  .p-originalrank__tab-panel__body__item:nth-child(2)::before,
  .p-originalrank__tab-panel__body__item:nth-child(2)::after {
    font-size: 4.1rem;
    left: -8px;
  }
  .p-originalrank__content__item__body__list__item {
    margin-bottom: 48px;
    padding-left: 90px;
  }
  .p-originalrank__content__item__body__list__item:last-child {
    margin-bottom: 30px;
  }
  .p-originalrank__content__item__body__list__item.ranking01::before,
  .p-originalrank__content__item__body__list__item.ranking02::before,
  .p-originalrank__content__item__body__list__item.ranking03::before {
    height: 70px;
    width: 70px;
    background-size: 70px auto;
  }
  .p-originalrank__content__item__body__list__item.ranking04::before,
  .p-originalrank__content__item__body__list__item.ranking05::before,
  .p-originalrank__content__item__body__list__item.ranking06::before,
  .p-originalrank__content__item__body__list__item.ranking07::before,
  .p-originalrank__content__item__body__list__item.ranking08::before,
  .p-originalrank__content__item__body__list__item.ranking09::before,
  .p-originalrank__content__item__body__list__item.ranking10::before {
    font-size: 2.4rem;
    height: 64px;
    width: 64px;
    line-height: 54px;
  }
  .p-originalrank__content__item__body__list__item__anchor {
    font-size: 1.6rem;
  }
  .p-originalrank__content__item__body.has-number::after {
    font-size: 1.6rem;
  }
  .p-originalrank__content__item__body__list__item__number {
    font-size: 1.6rem;
  }
  .p-originalrank .l-inner > section.p-originalrank__box::after {
    bottom: -3.5%;
}
