@charset "utf-8";

/*! jacksonguitars-trivia v1.0.0q8lsg */

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 100%;
  }
}

@keyframes fade-out {
  0% {
    opacity: 100%;
  }

  to {
    opacity: 0;
  }
}

@keyframes t0 {
  0% {
    transform: scale(100);
  }

  to {
    transform: scale(0);
  }
}

@keyframes t1 {
  0% {
    transform: translate(100%, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

@keyframes t2 {
  0% {
    transform: translate(0, 0);
  }

  to {
    transform: translate(-100%, 0);
  }
}

*, ::after, ::before {
  background-repeat: no-repeat;
}

::after, ::before {
  box-sizing: border-box;
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(:root) {
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(h1) {
  font-size: 2em;
  margin: .67em 0;
}

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

:where(hr) {
  color: inherit;
  height: 0;
}

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

:where(nav li)::before {
  content: "​";
  float: left;
}

:where(pre) {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

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

:where(small) {
  font-size: 80%;
}

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

:where(iframe) {
  border-style: none;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

:where(button, input, select) {
  margin: 0;
}

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  margin: 0;
  resize: vertical;
}

:where([type="search" i]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

:where(dialog) {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

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

:where(details > summary:first-of-type) {
  display: list-item;
}

:where([aria-busy="true" i]) {
  cursor: progress;
}

:where([aria-controls]) {
  cursor: pointer;
}

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

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

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

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a img {
  outline: 0;
}

hr {
  height: 1px;
  border: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  font-size: inherit;
}

.c-pic.-cover:before, nav li:before {
  content: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #161514;
  color: #fff;
  font-size: 4.266666666666667vw;
}

body {
  font-size: .9375rem;
  letter-spacing: 0;
  line-height: 1.466666666666667;
}

.c-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-fade-in {
  opacity: 0;
}

.c-fade-in.is-show {
  animation: fade-in 1s forwards;
}

.c-flc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-gc, .c-gc__ly {
  position: relative;
}

.c-gc {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 1fr/1fr;
}

.c-gc__ly {
  z-index: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
      grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
      grid-column: 1/2;
}

.c-in, img.yall {
  opacity: 0;
}

.c-in.is-show {
  animation: fade-in .5s forwards ease-in-out;
}

img.yall.loaded {
  opacity: 1;
  animation: fade-in .32s forwards ease-in;
}

.c-fit, .c-pic.-cover img {
  object-fit: cover;
}

.c-fit--contain {
  object-fit: contain;
}

.c-pic {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-pic:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.c-btn, .c-pic img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-pic.-cover {
  display: block;
}

.c-btn {
  background: #fff;
  color: #161514;
  border: 1px solid #161514;
  border-radius: 1.25rem;
  width: 8.75rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0625rem;
  line-height: 1.176470588235294;
  margin: 1.875rem auto 0;
  transition: opacity .3s;
  cursor: pointer;
}

.c-btn:hover {
  opacity: .7;
}

.c-btn.-default {
  background: #fff url(ui/arrow-right.svg)no-repeat top 50%right .8125rem;
  background-size: .5rem;
}

.c-btn.-default.-disabled {
  cursor: not-allowed;
  opacity: .5;
}

.c-btn.-default.-disabled:hover {
  opacity: .5;
}

.c-btn.-start {
  border-radius: 2rem;
  height: 4rem;
  margin-top: 3.6875rem;
  width: 15.1875rem;
  font-size: 1.75rem;
  font-weight: 700;
}

.c-btn.-start:after, .c-btn.-start:before {
  content: "";
  width: 1.375rem;
  height: 2.8125rem;
  background: no-repeat 50% 50%/contain;
}

.c-btn.-start:before {
  background-image: url(lp/btn-l.svg);
  margin: 0 1.125rem 0 0;
}

.c-btn.-start:after {
  background-image: url(lp/btn-r.svg);
  margin: 0 0 0 1.125rem;
}

.c-ln--u {
  text-decoration: underline;
}

.c-ln--u:hover {
  text-decoration: none;
}

.c-logo {
  display: block;
  position: relative;
}

.c-logo:before {
  padding: 0 0 27.24014336917563%;
}

.c-logo.-device {
  display: none;
}

.c-title:before {
  padding: 0 0 23.054755043227665%;
}

.c-device {
  background: #161514;
}

.c-star {
  display: block;
  background: url(ui/star.svg)repeat-x 50% 50%/contain;
  width: 1.125rem;
  height: 1.125rem;
}

.u-w--r {
  font-weight: 400;
}

.u-w--m {
  font-weight: 500;
}

.u-w--b {
  font-weight: 700;
}

.u-orn {
  color: #e54722;
}

.u-fs--12 {
  font-size: .75rem;
}

.u-fs--18 {
  font-size: 1.125rem;
}

.u-fs--19 {
  font-size: 1.1875rem;
}

.u-fs--28 {
  font-size: 1.75rem;
}

.u-hide--m {
  display: none;
}

.p-lp {
  background: #161514 url(lp/bg1.png)no-repeat 50% 100%/contain;
  padding: 0 0 21.25rem;
  font-weight: 700;
}

.p-lp__date {
  font-size: 1.8125rem;
  line-height: 1.206896551724138;
  font-weight: 700;
}

.p-lp__date__wrapper {
  display: flex;
  align-items: center;
  border: solid #161514;
  border-width: 1px 0;
  margin: .6875rem 0 0;
}

.p-lp__date.-sep {
  width: .4375rem;
  height: .5rem;
  margin: 0 .8125rem 0 .5625rem;
  background: url(lp/arrow-right.svg)no-repeat 50% 50%/contain;
}

.p-lp__date small {
  font-size: .8125rem;
  font-weight: 400;
}

.p-lp__header__tx {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 700;
}

.p-lp__header .c-logo {
  width: 18.0625rem;
  margin: 0-.5rem 1.3125rem 0;
}

.p-lp__header__bg {
  background: url(lp/bg0.png)no-repeat 50% 100%;
  background-size: 76%;
  position: relative;
}

.p-lp__header__bg:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding: 0 0 115.46666666666667%;
}

.p-lp__header__bg-tx {
  margin: 1.125rem 0 0;
  text-align: center;
}

.p-lp__header__bg-tx p {
  font-size: 1.375rem;
  line-height: 1.318181818181818;
  display: inline-block;
  background: #e54722;
  padding: 0 .375rem;
}

.p-lp__header__bg-tx p+p {
  margin: .1875rem 0 0;
}

.p-lp__header__bl {
  position: absolute;
  z-index: 2;
  top: 0;
  font-size: .9375rem;
  line-height: 1.666666666666667;
  background: no-repeat 0 0/contain;
  color: #161514;
}

.p-lp__header__bl small {
  font-size: .75rem;
}

.p-lp__header__bl.-left {
  left: 0;
  background-image: url(lp/left.svg);
  width: 9.75rem;
  height: 5.375rem;
  padding: .6875rem 0 0 .75rem;
}

.p-lp__header__bl.-right {
  right: 0;
  background-image: url(lp/right.svg);
  background-position: 100%0;
  width: 6.625rem;
  height: 5.375rem;
  padding: .625rem .1875rem 0 1.75rem;
  text-align: center;
  line-height: 1.333333333333333;
}

.p-lp__prize__header {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.p-lp__prize__header:after {
  content: "";
  width: 2.1875rem;
}

.p-lp__prize__bl {
  width: 3.9375rem;
  height: 3.9375rem;
  border-radius: 1.96875rem;
  background: #e54722;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.0625rem;
  line-height: 1.529411764705882;
  font-weight: 700;
}

.p-lp__prize__bl hr {
  background: #fff;
  width: 2.4375rem;
}

.p-lp__prize__bl p:last-child {
  line-height: 1.294117647058824;
}

.p-lp__prize__bl small {
  font-size: .5625rem;
  font-weight: 400;
}

.p-lp__prize__name {
  flex: 1 1;
  text-align: center;
  font-size: .9375rem;
  line-height: 1.666666666666667;
  font-weight: 700;
}

.p-lp__prize__name span {
  display: block;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 .5625rem;
  background: linear-gradient(transparent 50%, #e54722 0);
}

.p-lp__prize__name span:nth-child(n+2) {
  margin-top: -.3125rem;
}

.p-lp__prize__img {
  position: relative;
  z-index: 0;
}

.p-lp__prize__img.-a {
  margin: -4.125rem -1.875rem -.5rem 1rem;
}

.p-lp__prize__img.-a .c-pic:before {
  padding: 0 0 61.09271523178808%;
}

.p-lp__prize__img.-b {
  margin: -3rem -1.875rem -.75rem 2.9375rem;
}

.p-lp__prize__img.-b .c-pic:before {
  padding: 0 0 67.27941176470588%;
}

.p-lp__prize__img.-c {
  width: 7.875rem;
  margin: 0 auto .375rem;
}

.p-lp__prize__img.-c .c-pic:before {
  padding: 0 0 91.26984126984127%;
}

.p-lp__section__inner {
  color: #161514;
  background: #fff;
  width: 20.625rem;
  padding: .625rem 1.375rem 1.5625rem;
  margin: 0 auto;
}

.p-lp__section header {
  display: flex;
  flex-flow: column;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto 1.875rem;
}

.p-lp__section h2, .p-lp__start p {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
}

.p-lp__section h2 em {
  color: #fff;
  font-size: 2.375rem;
  line-height: 1;
  font-style: normal;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #161514;
}

.p-lp__section footer {
  padding: .625rem 0 0;
  margin: 1rem 0 0;
  border-top: 1px solid #161514;
}

.p-lp__section footer b {
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  margin: 0 0 .625rem;
}

.p-lp__section footer p {
  padding: 0 0 0 1.6875rem;
  text-indent: -1.6875rem;
}

.p-lp__section footer p:before {
  content: "";
  display: inline-block;
  margin: 0 .5625rem 0 0;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: baseline;
  background: url(lp/star.orn.svg)no-repeat 50% 50%/contain;
}

.p-lp__section footer p+p {
  margin: .5rem 0 0;
}

.p-lp__start {
  margin: 3.5rem 0 0;
  position: relative;
}

.p-lp__start .c-title {
  width: 21.5625rem;
  margin: 0 0 .25rem .6875rem;
}

.p-lp__start p {
  font-size: 1.0625rem;
  line-height: 1.470588235294118;
}

.p-lp.-hide {
  display: none;
}

.p-trivia__tr {
  pointer-events: none;
  position: absolute;
  z-index: 128;
  background: #161514;
}

.p-trivia__tr.-t0 {
  transform: scale(100);
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  animation: t0 1s forwards;
}

.p-trivia__tr.-t1, .p-trivia__tr.-t2 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(100%, 0);
  animation: t1 .6s forwards ease-in;
}

.p-trivia__tr.-t2 {
  transform: translate(0, 0);
  animation: t2 .6s forwards ease-out;
}

.p-trivia.-deactive {
  pointer-events: none;
}

.p-trivia__inner {
  padding: .8125rem .75rem 1.875rem;
}

.is-view-3 .p-trivia__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-trivia__back {
  display: flex;
  align-items: center;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  margin: .375rem 0 0;
}

.p-trivia__back:before {
  content: "";
  width: .375rem;
  height: .625rem;
  background: url(ui/arrow-left-mini.svg)no-repeat 50% 50%/contain;
  margin: 0 .4375rem 0 0;
}

.p-trivia__logo {
  width: 7.25rem;
  margin: 0 0 0 auto;
}

.p-trivia__logo .is-view-1 {
  width: 6.1875rem;
}

.p-trivia__title {
  width: 13.375rem;
  margin: .78125rem auto .5rem;
}

.is-view-3 .p-trivia__title {
  width: 100%;
  margin: 2.75rem auto .875rem;
}

.p-trivia__q__header {
  margin: 0 0 .6875rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.p-trivia__q__header p, .p-trivia__q__header:after {
  width: 5rem;
}

.p-trivia__q__header:after {
  content: "";
}

.p-trivia__q__inner {
  background: #fff;
  color: #161514;
  border-radius: .1875rem;
  padding: 1.5rem 1.875rem .9375rem;
}

.p-trivia__q__text {
  font-size: 1.0625rem;
  line-height: 1.470588235294118;
  font-weight: 700;
  padding: 0 .625rem;
  min-height: 12.5rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.p-trivia__progress {
  display: flex;
  align-items: center;
}

.p-trivia__progress i {
  width: .6875rem;
  height: .6875rem;
  border-radius: 50%;
  background: #fff;
}

.is-quiz-1 .p-trivia__progress i:nth-of-type(1),
.is-quiz-2 .p-trivia__progress i:nth-of-type(2),
.is-quiz-3 .p-trivia__progress i:nth-of-type(3) {
  background: #e54722;
}

.p-trivia__progress hr {
  background: #fff;
  opacity: .5;
  width: .9375rem;
}

.p-trivia__choice {
  width: 100%;
  height: 2.5625rem;
  border: 1px solid #161514;
  border-radius: .1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

.p-trivia__choice+.p-trivia__choice {
  margin: .625rem 0 0;
}

.p-trivia__choice.is-selected {
  color: #fff;
  background: #e54722;
  pointer-events: none;
}

.p-trivia__img--q1 {
  margin: .75rem -1rem 0;
}

.p-trivia__img--q1:before {
  padding: 0 0 43.43065693430657%;
}

.p-trivia__img--a1:before {
  padding: 0 0 86.3013698630137%;
}

.p-trivia__a__header {
  padding: 4.5rem 2.375rem 0;
}

.p-trivia__a__difficulty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0625rem;
  line-height: 1.470588235294118;
}

.p-trivia__a__difficulty i {
  margin: 0 0 0 .625rem;
}

.p-trivia__a__difficulty i+i {
  margin: 0 0 0 .3125rem;
}

.p-trivia__a__result {
  font-size: 3.484375rem;
  line-height: 1.452914798206278;
  text-align: center;
}

.p-trivia__a__value {
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.294117647058824;
}

.p-trivia__a__inner {
  padding: 0 1.625rem 1.875rem;
}

.p-trivia__a__inner .c-btn {
  padding: 0 .4375rem 0 0;
}

.p-trivia__a__img {
  margin: 1.875rem 0 4rem;
}

.p-trivia__a__text {
  margin: 1.375rem 0 1.875rem;
}

.p-trivia__a__text__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
  margin: 0 0 1.15625rem;
  padding: 0 0 .1875rem;
  font-size: 1.375rem;
  line-height: 1.318181818181818;
}

.p-trivia__result {
  text-align: center;
  color: #fff;
}

.p-trivia__result__stars {
  display: flex;
  align-items: center;
  padding: 0 4.25rem;
  font-size: 1.0625rem;
  line-height: 1.470588235294118;
}

.p-trivia__result__stars i {
  margin: 0 0 0 .6875rem;
  visibility: hidden;
}

.p-trivia__result__stars i+i {
  margin: 0 0 0 .4375rem;
}

.p-trivia__result__stars.-s1 i:nth-child(-n+1),
.p-trivia__result__stars.-s2 i:nth-child(-n+2),
.p-trivia__result__stars.-s3 i:nth-child(-n+3) {
  visibility: visible;
}

.p-trivia__result em {
  font-style: normal;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #161514;
  color: #fff;
  font-size: 5.5rem;
  line-height: 1.25;
}

.p-trivia__result small {
  font-size: 1.5rem;
}

.p-trivia__result__text {
  font-size: 1.25rem;
  line-height: 1.35;
}

.p-trivia__retry {
  text-align: center;
  margin: .625rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.470588235294118;
  cursor: pointer;
  color: #e54722;
}

.p-trivia__share {
  text-align: center;
  font-size: .9375rem;
  line-height: 1.4;
}

.p-trivia__tw {
  display: block;
  background: url(ui/tw.svg)no-repeat 0 0/contain;
  width: 16.3125rem;
  height: 6.1875rem;
  padding: 1.25rem 0 0 3.6875rem;
  font-size: 1.294375rem;
  line-height: 1.448575567358764;
  margin: 2.5rem auto .375rem;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

.p-trivia__tw b {
  display: block;
  font-size: 1.82125rem;
  line-height: 1.201098146877145;
}

@media only screen and (min-width:769px) {
  html {
    background: #000;
    font-size: .625rem;
  }

  .l-wrapper {
    background: url(bg.jpg)48% 50%;
    background-size: 178.95833333333334%;
    width: 100vw;
    min-height: 100vh;
    padding: 1.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }

  .c-logo.-device {
    display: block;
    width: 17.4375rem;
    margin: 0 0 4.525rem;
  }

  .c-device {
    background: #000;
    border: 1px solid #fff;
    width: 26.75rem;
    height: 47.5rem;
    border-radius: 2.125rem;
    padding: 2.875rem 1.625rem;
  }

  .c-device__inner {
    background: #161514;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 1.375rem;
  }

  .c-device__inner::-webkit-scrollbar {
    display: none;
  }

  .u-hide {
    display: none;
  }

  .u-hide--m {
    display: inline;
  }

  .u-hide--m.-b {
    display: block;
  }
}

@media only screen and (min-width:769px) and (min-height:1009px) {
  html {
    font-size: 100%;
  }
}

@media only screen and (min-width:769px) and (min-height:631px) {
  html {
    font-size: 1.587301587301587vh;
  }
}

@media only screen and (max-width:320px) {
  html {
    font-size: 87.5%;
  }
}

/* キャンペーン終了 */
.campaign-end {
  width: 90%;
  background: rgba(255, 255, 255, .9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 80px 10px;
  border: 3px solid #e54722;
}

.campaign-end-bottom {
  width: 90%;
  margin: 20px auto 0;
  background: rgba(255, 255, 255, .9);
  border: 3px solid #e54722;
  padding: 30px 10px;
}