@charset "UTF-8";
/* resset */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

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

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* base
------------------------------- */
/* breakPoint
------------------------------- */
/* 使い方 */
/* Responsive calculation
------------------------------- */
/* 使い方 */
/* PC（変数をカンプサイズに変更して使用） */
/* SP（変数をカンプサイズに変更して使用） */
/* Decimal point calculation
------------------------------- */
/* _lettersettings フォント情報の一括指定（サイズ, 文字高さ, 文字間）
------------------------------- */
/* 使い方 */
/* position 記述短縮
------------------------------- */
/* 使い方 */
/* variable 色情報の登録
------------------------------- */
/* 使い方 */
/* fonts
------------------------------- */
/*
@font-face {
  font-family: "Helvetica Neue";
  src: local("HelveticaNeue"), local("Helvetica Neue"),
    local("HelveticaNeueRoman"), local("HelveticaNeue-Roman"),
    local("Helvetica Neue Roman");
  font-weight: 500;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  src: url(/discovery/assets/font/NotoSansJP-Bold.woff) format("woff");
}
*/
* img,
* svg {
  width: 100%;
  pointer-events: none !important;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: bottom;
  backface-visibility: hidden;
}
* a {
  transition: 0.3s;
}
* a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  * a {
    transition: none;
  }
  * a:focus {
    outline: none;
  }
  * a:hover {
    opacity: 1;
  }
}
* ::-moz-selection {
  color: #fff;
  background: rgba(230, 174, 210, 0.8);
}
* ::selection {
  color: #fff;
  background: rgba(230, 174, 210, 0.8);
}

body {
  margin: 0 auto;
  width: 100%;
  min-width: 1280px;
  color: #4D494B;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: opacity 0.4s ease;
}

@media (min-width: 768px) and (max-width: 1280px) {
  body {
    max-width: 1280px;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  body {
    min-width: auto;
    -webkit-text-size-adjust: 100%;
    size-adjust: 100%;
  }
}
ul,
li {
  list-style: none;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  color: #4d494b;
  background: #fff;
  font-style: normal;
  overflow: hidden;
}
.wrap::after {
  content: "";
  opacity: 0;
  width: 100vw;
  height: 100%;
  background: transparent;
  transition: 0.6s ease;
  pointer-events: none;
}
.wrap.is-init {
  opacity: 1;
}
.wrap.is-init::after {
  opacity: 1;
  background: #fff;
}
/* javascript
------------------------------- */
.is-init, .is-loading {
  opacity: 0;
  transition-delay: 0s;
  transition: all 0s;
}
.is-inited, .is-loaded {
  opacity: 1;
  transition: opacity 0.6s ease-in;
}

/* header
------------------------------- */
/* nav
------------------------------- */
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.l-nav {
  background: #c74276;
}
.l-nav .p-inner::before, .l-nav .p-inner::after {
  content: none;
}

.p-nav__block {
  padding: 24px 0;
}
.p-nav__list {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.p-nav__item:nth-of-type(1) img, .p-nav__item:nth-of-type(2) img, .p-nav__item:nth-of-type(3) img {
  width: 223px;
}
.p-nav__item:nth-of-type(1) img {
  height: 61px;
}
.p-nav__item:nth-of-type(2) img, .p-nav__item:nth-of-type(3) img {
  height: 58px;
}
.p-nav__link {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .l-nav .p-inner {
    margin: 0 auto;
    max-width: auto;
    padding: 0;
  }
  .p-nav__block {
    padding: 4vw 0;
  }
  .p-nav__list {
    flex-wrap: wrap;
    gap: 0 4vw;
  }
  .p-nav__item:nth-of-type(1) img, .p-nav__item:nth-of-type(2) img, .p-nav__item:nth-of-type(3) img {
    width: 100%;
    max-width: 44vw;
  }
  .p-nav__item:nth-of-type(1) img {
    height: auto;
  }
  .p-nav__item:nth-of-type(2) img, .p-nav__item:nth-of-type(3) img {
    height: auto;
  }
  .p-nav__item:nth-child(3) {
    margin-top: 2.67vw;
  }
}
/* kv
------------------------------- */
.l-kv .p-kv__block {
  position: relative;
  height: 720px;
  background: #f0f0f0;
}
.l-kv .p-kv__block picture {
  margin: 0 auto;
}
.l-kv .p-kv__block picture img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 1600px;
}
@media (max-width: 767px) {
  .l-kv .p-kv__block {
    position: static;
    height: auto;
  }
  .l-kv .p-kv__block picture {
    margin: 0 auto;
  }
  .l-kv .p-kv__block picture img {
    position: static;
    width: 100%;
    min-width: auto;
    transform: none;
  }
}

/* main
------------------------------- */
.l-main {
  background: #F0F0F0;
}
.l-tvcm {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .l-tvcm {
    padding-top: 10.67vw;
  }
}
.l-gacha {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .l-gacha {
    padding-top: 10.67vw;
  }
}
.l-gamecam {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .l-gamecam {
    padding-top: 12vw;
  }
}
.l-snscam {
  padding-top: 132px;
}
@media (max-width: 767px) {
  .l-snscam {
    padding-top: 12vw;
  }
}
.l-rules {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .l-rules {
    padding-top: 12vw;
  }
}

/* footer
------------------------------- */
.l-footer {
  background: #b62b5d;
  width: 100%;
}
.l-footer__block {
  padding: 50px 0 46px;
}
@media (max-width: 767px) {
  .l-footer__block {
    padding: 0;
    width: 100%;
  }
}

.p-footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.p-footer__item:nth-child(1) {
  margin-top: -5px;
}
.p-footer__item:nth-child(2) {
  margin-top: -7px;
  margin-left: 12px;
}
.p-footer__item:nth-child(3) {
  margin-top: -5px;
  margin-left: 16px;
}
.p-footer__item:nth-child(4) {
  margin-top: 1px;
  margin-left: 13px;
}
.p-footer__item img {
  display: block;
}
.p-footer__item .footer__app {
  width: 128px;
  height: 128px;
}
.p-footer__item .footer__qr {
  width: 128px;
  height: 128px;
}
.p-footer__txt {
  margin-top: -7px;
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-footer__list {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 12vw;
    padding-bottom: 10.67vw;
    margin: 0 auto;
  }
  .p-footer__item:nth-child(1) {
    margin-top: -1.33vw;
    margin-left: 2.67vw;
  }
  .p-footer__item:nth-child(2) {
    margin-top: -1.87vw;
    margin-left: 2.4vw;
  }
  .p-footer__item:nth-child(4) {
    margin-top: 5.33vw;
    margin-left: 0;
    padding: 0 8vw;
  }
  .p-footer__item img {
    display: block;
  }
  .p-footer__item .footer__app {
    width: 26.67vw;
    height: auto;
  }
  .p-footer__item .footer__qr {
    width: 34.13vw;
    height: 34.13vw;
  }
  .p-footer__txt {
    margin-top: 0;
    margin-left: 4vw;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.666;
    letter-spacing: 0.05em;
  }
}
.p-ficon__list {
  display: flex;
}
.p-ficon__item:nth-of-type(2), .p-ficon__item:nth-of-type(3) {
  margin-left: 7px;
}
.p-ficon__item img {
  display: block;
}
.p-ficon__item .ficon__as {
  width: 139px;
  height: 51px;
}
.p-ficon__item .ficon__gp {
  width: 172px;
  height: 51px;
}
.p-ficon__item .ficon__steam {
  width: 144px;
  height: 51px;
}
.p-ficon__txt {
  margin-top: 6px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-align: justify;
}
@media (max-width: 767px) {
  .p-ficon__list {
    display: flex;
  }
  .p-ficon__item:nth-of-type(2), .p-ficon__item:nth-of-type(3) {
    margin-left: 1.6vw;
  }
  .p-ficon__item img {
    display: block;
  }
  .p-ficon__item .ficon__as {
    width: 24.53vw;
    height: auto;
  }
  .p-ficon__item .ficon__gp {
    width: 30.67vw;
    height: auto;
  }
  .p-ficon__item .ficon__steam {
    width: 25.6vw;
    height: auto;
  }
  .p-ficon__txt {
    margin-top: 5.33vw;
    color: #fff;
    font-size: 2.67vw;
    letter-spacing: 0.05em;
    text-align: justify;
  }
}

/* compornent.scss
------------------------------- */
/* compornent読み込み */
/* animation.scss
------------------------------- */
/* mixin読み込み */
/* button.scss
------------------------------- */
/* mixin読み込み */
.c-btn {
  display: inline-block;
}
.c-btn--center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.c-btn--arrow {
  position: relative;
}
.c-btn--arrow::after {
  position: absolute;
  content: "";
  display: block;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .c-btn:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
/* color.scss
------------------------------- */
/* mixin読み込み */
.c-color--red {
  color: #c75b5e;
}

/* background.scss
------------------------------- */
/* mixin読み込み */
/* mixin読み込み */
/* _project.scss
------------------------------- */
/* mixin読み込み */
.p-inner {
  position: relative;
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.p-inner::before, .p-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-inner__nav {
  width: 726px;
}
.p-bg {
  position: absolute;
  top: 10px;
  right: -10px;
  display: block;
  width: 1200px;
  height: auto;
  background: #ffbdcf;
  opacity: 0.7;
  z-index: 5;
}
.p-element {
  position: relative;
  padding: 11px 9px 10px 11px;
  background: #fff;
  z-index: 10;
}
.p-element__border {
  padding: 2px;
  background: #e737a1;
}
.p-element__block {
  padding: 60px 49px 67px 47px;
  background: #fff;
}
.p-ttl {
  margin: 0 auto;
}
.p-cap {
  margin: 0 auto;
}
.p-txt {
  margin-top: 35px;
  margin-left: 15px;
  font-size: 18px;
  text-align: center;
  line-height: 2.6;
  letter-spacing: 0.05em;
}
.p-small {
  font-size: 10px;
  letter-spacing: 0.07em;
}
.p-small__txt {
  width: 707px;
  margin-left: 215px;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-small__right {
  text-align: right;
}
.p-small__left {
  text-align: left;
}
.p-copy {
  padding-top: 19px;
  padding-right: 4px;
  letter-spacing: 0.1em;
}
.p-btn {
  margin: 0 auto;
}
.p-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 11px;
}
.p-list__col3 {
  width: 1050px;
  margin-left: 23px;
  padding-top: 10px;
}
.p-list__col2 {
  width: 707px;
  margin-left: 195px;
}
.p-list__col1 {
  width: 323px;
  margin-left: 378px;
  padding-top: 11px;
}
.p-list__item {
  position: relative;
}
.p-list__item .p-list__icon {
  position: absolute;
  top: -24px;
  right: -1px;
  z-index: 10;
  display: block;
  width: 80px;
  height: 80px;
}
.p-list__item .p-list__ph {
  display: block;
  width: 323px;
  height: 323px;
}
.p-list__item .p-list__cap {
  padding-top: 7px;
  padding-left: 39.5px;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.045em;
}

@media (max-width: 767px) {
  .p-small__txt {
    margin-top: 1.33vw;
    margin-left: 1.33vw;
    font-size: 2.67vw;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .p-inner {
    width: 100%;
    padding: 0 4vw;
  }
  .p-inner__nav {
    width: 100%;
  }
  .p-bg {
    width: 100%;
  }
  .p-element {
    padding: 1.33vw 1.33vw 2.67vw 1.33vw;
  }
  .p-element__border {
    padding: 0.27vw;
  }
  .p-element__block {
    padding: 8vw 3.47vw 7.47vw;
  }
  .p-btn::before {
    right: -1.07vw;
    bottom: -0.8vw;
  }
  .p-btn__arrow {
    top: 2.55vw;
    right: 6.57vw;
  }
  .p-btn__arrow img {
    width: 3.2vw;
    height: 3.2vw;
  }
}
/* _tvcm.scss
------------------------------- */
/* mixin読み込み */
.l-tvcm .p-bg {
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 807px, 1132px 100%, 0 100%, 0 70px);
  clip-path: polygon(70px 0, 100% 0, 100% 807px, 1132px 100%, 0 100%, 0 70px);
  padding-top: 876px;
}
.l-tvcm .p-element {
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 805px, 1130px 100%, 0 100%, 0 70px);
  clip-path: polygon(70px 0, 100% 0, 100% 805px, 1130px 100%, 0 100%, 0 70px);
}
.l-tvcm .p-element__border {
  -webkit-clip-path: polygon(62px 0, 100% 0, 100% 789px, 1115px 100%, 0 100%, 0 62px);
  clip-path: polygon(62px 0, 100% 0, 100% 789px, 1115px 100%, 0 100%, 0 62px);
}
.l-tvcm .p-element__block {
  -webkit-clip-path: polygon(61px 0, 100% 0, 100% 786px, 1112px 100%, 0 100%, 0 61px);
  clip-path: polygon(61px 0, 100% 0, 100% 786px, 1112px 100%, 0 100%, 0 61px);
}
.l-tvcm .p-inner::before {
  top: 65px;
  left: -160px;
  width: 378px;
  height: 781.5px;
  background-image: url("../img/bg_left_1.png");
  background-position: left center; /* 左画像は左寄せに設定 */
}
.l-tvcm .p-inner::after {
  top: -13px;
  right: -237px;
  width: 409px;
  height: 853.5px;
  background-image: url("../img/bg_right_1.png");
  background-position: right center; /* 右画像は右寄せに設定 */
}

.p-tvcm__block .p-ttl img {
  display: block;
  width: 246px;
  height: 65px;
  margin: 0 auto;
}
.p-tvcm__video {
  margin-top: 50px;
}
.p-tvcm__video iframe {
  width: 1079px;
  height: 604px;
  border: 1px solid #ffbdcf;
}

@media (max-width: 767px) {
  .l-tvcm .p-bg {
    top: 1.33vw;
    right: 2.67vw;
    width: 100%;
    max-width: 92vw;
    padding-top: 0;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 90%, 92.5% 100%, 0 100%, 0 9.5%);
    clip-path: polygon(8% 0, 100% 0, 100% 90%, 92.5% 100%, 0 100%, 0 9.5%);
  }
  .l-tvcm .p-element {
    padding: 1.33vw 1.33vw 1.6vw 1.33vw;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 90%, 92.5% 100%, 0 100%, 0 9.5%);
    clip-path: polygon(8% 0, 100% 0, 100% 90%, 92.5% 100%, 0 100%, 0 9.5%);
  }
  .l-tvcm .p-element__border {
    -webkit-clip-path: polygon(7.6% 0, 100% 0, 100% 91%, 93.1% 100%, 0 100%, 0 9.1%);
    clip-path: polygon(7.6% 0, 100% 0, 100% 91%, 93.1% 100%, 0 100%, 0 9.1%);
  }
  .l-tvcm .p-element__block {
    padding-top: 7.47vw;
    padding-bottom: 6.67vw;
    -webkit-clip-path: polygon(7.5% 0, 100% 0, 100% 91.1%, 93.2% 100%, 0 100%, 0 9%);
    clip-path: polygon(7.5% 0, 100% 0, 100% 91.1%, 93.2% 100%, 0 100%, 0 9%);
  }
  .l-tvcm .p-inner::before {
    top: -3.2vw;
    left: -15.47vw;
    width: 35.2vw;
    height: auto;
    padding-top: 81.33vw;
    background-image: url("../img/bg_left_1_sp.png");
    background-position: left center; /* 左画像は左寄せに設定 */
  }
  .l-tvcm .p-inner::after {
    top: -7.73vw;
    right: -13.6vw;
    width: 40.4vw;
    height: auto;
    padding-top: 93.6vw;
    background-image: url("../img/bg_right_1_sp.png");
    background-position: right center; /* 右画像は右寄せに設定 */
  }
  .p-tvcm__block .p-ttl img {
    width: 28.13vw;
    height: auto;
  }
  .p-tvcm__video {
    margin-top: 4vw;
    text-align: center;
  }
  .p-tvcm__video iframe {
    width: 80vw;
    height: 44.83vw;
  }
}
/* _gacha.scss
------------------------------- */
/* mixin読み込み */
.l-gacha .p-inner::before {
  top: -40px;
  left: -240px;
  width: 409.5px;
  height: 1216.5px;
  background-image: url("../img/bg_left_2.png");
  background-position: left center; /* 左画像は左寄せに設定 */
}
.l-gacha .p-inner::after {
  top: -70px;
  right: -183px;
  width: 404px;
  height: 1252.5px;
  background-image: url("../img/bg_right_2.png");
  background-position: right center; /* 右画像は右寄せに設定 */
}
.l-gacha .p-bg {
  padding-top: 1213px;
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 1138px, 1132px 100%, 0 100%, 0 70px);
  clip-path: polygon(70px 0, 100% 0, 100% 1138px, 1132px 100%, 0 100%, 0 70px);
}
.l-gacha .p-element {
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 1138px, 1132px 100%, 0 100%, 0 70px);
  clip-path: polygon(70px 0, 100% 0, 100% 1138px, 1132px 100%, 0 100%, 0 70px);
}
.l-gacha .p-element__border {
  -webkit-clip-path: polygon(64px 0, 100% 0, 100% 1121px, 1116px 100%, 0 100%, 0 65px);
  clip-path: polygon(64px 0, 100% 0, 100% 1121px, 1116px 100%, 0 100%, 0 65px);
}
.l-gacha .p-element__block {
  padding-top: 62px;
  padding-bottom: 70px;
  -webkit-clip-path: polygon(63px 0, 100% 0, 100% 1118px, 1113px 100%, 0 100%, 0 64px);
  clip-path: polygon(63px 0, 100% 0, 100% 1118px, 1113px 100%, 0 100%, 0 64px);
}
.l-gacha .p-btn {
  margin-top: 49px;
}
.l-gacha .p-btn img {
  display: block;
  margin: 0 auto;
  width: 363px;
  height: 98px;
}

@media (max-width: 767px) {
  .l-gacha {
    padding-top: 11.47vw;
  }
  .l-gacha .p-bg {
    top: 1.33vw;
    right: 2.67vw;
    width: 100%;
    max-width: 92vw;
    padding-top: 0;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 94.6%, 92.6% 100%, 0 100%, 0 6%);
    clip-path: polygon(8% 0, 100% 0, 100% 94.6%, 92.6% 100%, 0 100%, 0 6%);
  }
  .l-gacha .p-element {
    padding: 1.33vw;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 94.6%, 92.6% 100%, 0 100%, 0 6%);
    clip-path: polygon(8% 0, 100% 0, 100% 94.6%, 92.6% 100%, 0 100%, 0 6%);
  }
  .l-gacha .p-element__border {
    -webkit-clip-path: polygon(7.3% 0, 100% 0, 100% 95%, 93% 100%, 0 100%, 0 5.4%);
    clip-path: polygon(7.3% 0, 100% 0, 100% 95%, 93% 100%, 0 100%, 0 5.4%);
  }
  .l-gacha .p-element__block {
    padding-top: 8vw;
    padding-bottom: 8vw;
    -webkit-clip-path: polygon(7.2% 0, 100% 0, 100% 95.1%, 93.1% 100%, 0 100%, 0 5.3%);
    clip-path: polygon(7.2% 0, 100% 0, 100% 95.1%, 93.1% 100%, 0 100%, 0 5.3%);
  }
  .l-gacha .p-inner::before {
    top: -8.8vw;
    left: -15.73vw;
    width: 39.33vw;
    height: auto;
    padding-top: 127.92vw;
    background-image: url("../img/bg_left_2_sp.png");
    background-position: left center; /* 左画像は左寄せに設定 */
    background-size: contain;
  }
  .l-gacha .p-inner::after {
    top: -2.13vw;
    right: -18.4vw;
    width: 44.27vw;
    height: auto;
    padding-top: 136.59vw;
    background-image: url("../img/bg_right_2_sp.png");
    background-position: right center; /* 右画像は右寄せに設定 */
    background-size: contain;
  }
  .l-gacha .p-btn {
    margin-top: 5.07vw;
  }
  .l-gacha .p-btn img {
    width: 64.27vw;
    height: auto;
  }
}
.p-gacha__block .p-ttl img {
  display: block;
  width: 770px;
  height: 177.5px;
  margin: 0 auto;
}
.p-gacha__block .p-cap {
  margin-top: 39px;
}
.p-gacha__block .p-cap img {
  display: block;
  width: 688px;
  height: 36px;
  margin: 0 auto;
}
.p-gacha__img {
  margin-top: 50px;
}
.p-gacha__img img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-gacha__block .p-ttl img {
    width: 80.93vw;
    height: auto;
  }
  .p-gacha__block .p-cap {
    margin-top: 3.2vw;
  }
  .p-gacha__block .p-cap img {
    width: 68.8vw;
    height: auto;
  }
  .p-gacha__img {
    margin-top: 5.07vw;
  }
  .p-gacha__img img {
    width: 80vw;
  }
}
/* _gamecam.scss
------------------------------- */
/* mixin読み込み */
.l-gamecam .p-inner::before {
  top: 46px;
  left: -241px;
  width: 409.5px;
  height: 7760.5px;
  background-image: url("../img/bg_left_3.png");
  background-position: top center;
  background-repeat: repeat-y;
  background-position: left center; /* 左画像は左寄せに設定 */
}
.l-gamecam .p-inner::after {
  top: 15px;
  right: -183px;
  width: 404px;
  height: 7796.5px;
  background-image: url("../img/bg_right_3.png");
  background-position: top center;
  background-repeat: repeat-y;
  background-position: right center; /* 右画像は右寄せに設定 */
}
.l-gamecam .p-bg {
  padding-top: 7916px;
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 7842px, 1130px 100%, 0 100%, 0 70px);
  clip-path: polygon(70px 0, 100% 0, 100% 7842px, 1130px 100%, 0 100%, 0 70px);
}
.l-gamecam .p-element {
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 7842px, 1130px 100%, 0 100%, 0 70px);
  clip-path: polygon(70px 0, 100% 0, 100% 7842px, 1130px 100%, 0 100%, 0 70px);
}
.l-gamecam .p-element__border {
  -webkit-clip-path: polygon(63px 0, 100% 0, 100% 7827px, 1114px 100%, 0 100%, 0 63px);
  clip-path: polygon(63px 0, 100% 0, 100% 7827px, 1114px 100%, 0 100%, 0 63px);
}
.l-gamecam .p-element__block {
  padding-top: 65px;
  padding-bottom: 70px;
  -webkit-clip-path: polygon(62px 0, 100% 0, 100% 7824px, 1111px 100%, 0 100%, 0 62px);
  clip-path: polygon(62px 0, 100% 0, 100% 7824px, 1111px 100%, 0 100%, 0 62px);
}

@media (max-width: 767px) {
  .l-gamecam .p-bg {
    top: 1.33vw;
    right: 2.67vw;
    width: 100%;
    max-width: 92vw;
    padding-top: 0;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 99.42%, 92.5% 100%, 0 100%, 0 0.55%);
    clip-path: polygon(8% 0, 100% 0, 100% 99.42%, 92.5% 100%, 0 100%, 0 0.55%);
  }
  .l-gamecam .p-element {
    padding: 5px;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 99.42%, 92.5% 100%, 0 100%, 0 0.55%);
    clip-path: polygon(8% 0, 100% 0, 100% 99.42%, 92.5% 100%, 0 100%, 0 0.55%);
  }
  .l-gamecam .p-element__border {
    -webkit-clip-path: polygon(7.3% 0, 100% 0, 100% 99.47%, 92.95% 100%, 0 100%, 0 0.5%);
    clip-path: polygon(7.3% 0, 100% 0, 100% 99.47%, 92.95% 100%, 0 100%, 0 0.5%);
  }
  .l-gamecam .p-element__block {
    -webkit-clip-path: polygon(7.19% 0, 100% 0, 100% 99.48%, 93.1% 100%, 0 100%, 0 0.49%);
    clip-path: polygon(7.19% 0, 100% 0, 100% 99.48%, 93.1% 100%, 0 100%, 0 0.49%);
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .l-gamecam .p-inner::before {
    top: -10.67vw;
    left: -16vw;
    width: 39.36vw;
    height: auto;
    padding-top: 1305.52vw;
    background-image: url("../img/bg_left_3_sp.png");
    background-position: left center; /* 左画像は左寄せに設定 */
    background-size: contain;
  }
  .l-gamecam .p-inner::after {
    top: -2.93vw;
    right: -15.47vw;
    width: 44.27vw;
    height: auto;
    padding-top: 1314.19vw;
    background-image: url("../img/bg_right_3_sp.png");
    background-position: right center; /* 右画像は右寄せに設定 */
    background-size: contain;
  }
}
.p-gamecam__block .p-ttl img {
  display: block;
  width: 988px;
  height: 176.5px;
  margin: 0 auto;
}
.p-gamecam__block .p-ttl__cap {
  margin-top: 15px;
}
.p-gamecam__block .p-ttl__cap img {
  display: block;
  width: 371px;
  height: 40px;
  margin: 0 auto;
}
.p-gamecam__block .p-cap {
  margin-top: 25px;
}
.p-gamecam__block .p-cap img {
  display: block;
  width: 704px;
  height: 36px;
  margin: 0 auto;
}
.p-gamecam__block .p-hdg:nth-of-type(1) {
  margin-top: 49px;
  margin-left: 3px;
}
.p-gamecam__block .p-hdg:nth-of-type(1) img {
  width: 1066.5px;
  height: 207.5px;
}
.p-gamecam__block .p-hdg:nth-of-type(2) {
  margin-top: 88px;
  margin-right: 2px;
}
.p-gamecam__block .p-hdg:nth-of-type(2) img {
  width: 1070px;
  height: 178px;
}
.p-gamecam__block .p-hdg:nth-of-type(3) {
  margin-top: 70px;
  margin-right: 5px;
}
.p-gamecam__block .p-hdg:nth-of-type(3) img {
  width: 1060px;
  height: 178px;
}
.p-gamecam__block .p-hdg:nth-of-type(4) {
  margin-top: 70px;
}
.p-gamecam__block .p-hdg:nth-of-type(4) img {
  width: 1070px;
  height: 178px;
}
.p-gamecam__block .p-hdg:nth-of-type(5) {
  margin-top: 70px;
  margin-right: 8px;
}
.p-gamecam__block .p-hdg:nth-of-type(5) img {
  width: 1056px;
  height: 178px;
}
.p-gamecam__block .p-hdg:nth-of-type(6) {
  margin-top: 70px;
  margin-left: 8px;
}
.p-gamecam__block .p-hdg:nth-of-type(6) img {
  width: 1060px;
  height: 178px;
}
.p-gamecam__block .p-hdg:nth-of-type(7) {
  margin-top: 70px;
  margin-right: 8px;
}
.p-gamecam__block .p-hdg:nth-of-type(7) img {
  width: 1055.5px;
  height: 178px;
}
.p-gamecam__block .p-hdg:nth-of-type(8) {
  margin-top: 70px;
  margin-left: 10px;
}
.p-gamecam__block .p-hdg:nth-of-type(8) img {
  width: 1060px;
  height: 178px;
}
.p-gamecam__block .p-hdg img {
  display: block;
  margin: 0 auto;
}
.p-gamecam__block .p-box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-left: -15px;
}
.p-gamecam__block .p-box .p-small__right {
  padding-top: 19px;
  padding-right: 4px;
}
.p-gamecam__block .p-box .p-small__left {
  padding-top: 13px;
  padding-left: 17px;
}
.p-gamecam__block .p-box__cap .p-box__win {
  padding-top: 77px;
  text-align: right;
}
.p-gamecam__block .p-box__cap .p-box__win img {
  width: 110px;
  height: 110px;
  margin-right: 20px;
}
.p-gamecam__block .p-box__cap .p-subhdg {
  padding-top: 23px;
}
.p-gamecam__block .p-box__cap .p-subhdg img {
  display: block;
}
.p-gamecam__block .p-box__cap .p-subhdg__part1 img {
  width: 413px;
  height: 124.5px;
}
.p-gamecam__block .p-box__cap .p-subhdg__part2 img {
  width: 426px;
  height: 124.5px;
}
.p-gamecam__block .p-box__img {
  position: relative;
  z-index: 10;
}
.p-gamecam__block .p-box__img::before {
  content: "";
  position: absolute;
  top: 14px;
  right: -16px;
  display: block;
  width: 617px;
  height: 461px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/ph_prize_bg.png");
  background-position: center;
  z-index: -5;
}
.p-gamecam__block .p-box__img img {
  display: block;
}
.p-gamecam__block .p-box__img:nth-of-type(1) img {
  width: 620px;
  height: 462px;
}
.p-gamecam__block .p-box__img:nth-of-type(2) img {
  width: 620px;
  height: 462px;
}
.p-gamecam__block .p-list__pdg10 {
  padding-top: 10px;
}
.p-gamecam__block .p-list__pdg10 .p-list__cap {
  padding-left: 12px;
}
.p-gamecam__block .p-list__pdg90 {
  padding-top: 90px;
}
.p-gamecam__block .p-list__pdg90 .p-list__cap {
  padding-left: 23px;
  text-indent: 5px;
}
.p-gamecam__block .p-list__pdg90 .p-list__cap span {
  margin-left: -8px;
}
.p-gamecam__block .p-list__shop .p-list__cap {
  padding-top: 6px;
  padding-left: 22px;
  letter-spacing: 0.05em;
}
.p-gamecam__block .p-list__subhdg1 {
  display: block;
  width: 147px;
  height: 29px;
  margin-top: 1px;
  margin-left: 81px;
}
.p-gamecam__block .p-list__subhdg2 {
  display: block;
  width: 274.5px;
  height: 106px;
  margin-top: 1px;
  margin-left: 17px;
}
.p-gamecam__block .p-list__subhdg3 {
  display: block;
  width: 211px;
  height: 29px;
  margin-top: 1px;
  margin-left: 50px;
}
.p-gamecam__block .p-list__subhdg4 {
  display: block;
  width: 248px;
  height: 29px;
  margin-top: 3px;
  margin-left: 31px;
}
.p-gamecam__block .p-list__subhdg5 {
  display: block;
  width: 307.5px;
  height: 67px;
  margin-top: 2px;
}
.p-gamecam__block .p-list__subhdg6 {
  display: block;
  width: 256px;
  height: 68px;
  margin-top: 1px;
  margin-left: 21px;
}
.p-gamecam__block .p-list__subhdg7 {
  display: block;
  width: 299px;
  height: 67px;
  margin-top: 2px;
  margin-left: 6px;
}
.p-gamecam__block .p-list__subhdg8 {
  display: block;
  width: 257px;
  height: 102px;
  margin-top: 3px;
  margin-left: 26px;
}
.p-gamecam__block .p-list__subhdg9 {
  display: block;
  width: 224px;
  height: 103px;
  margin-top: 3px;
  margin-left: 43px;
}
.p-gamecam__block .p-list__subhdg10 {
  display: block;
  width: 295px;
  height: 103px;
  margin-top: 3px;
  margin-left: 7px;
}
.p-gamecam__block .p-list__subhdg11 {
  display: block;
  width: 304px;
  height: 30px;
  margin-top: 1px;
  margin-left: 3px;
}
.p-gamecam__block .p-list__subhdg12 {
  display: block;
  width: 184px;
  height: 67px;
  margin-top: 1px;
  margin-left: 62px;
}
.p-gamecam__block .p-list__subhdg13 {
  display: block;
  width: 186px;
  height: 103px;
  margin-top: 1px;
  margin-left: 62px;
}
.p-gamecam__block .p-list__subhdg14 {
  display: block;
  width: 298px;
  height: 104px;
  margin-top: 1px;
  margin-left: 6px;
}
.p-gamecam__block .p-list__subhdg15 {
  display: block;
  width: 210px;
  height: 104px;
  margin-top: 1px;
  margin-left: 53px;
}
.p-gamecam__block .p-list__subhdg16 {
  display: block;
  width: 203px;
  height: 67px;
  margin-top: 1px;
  margin-left: 52px;
}
.p-gamecam__block .p-list__subhdg17, .p-gamecam__block .p-list__subhdg18 {
  display: block;
  width: 228px;
  height: 66px;
  margin-left: 16px;
}
.p-gamecam__block .p-reverse {
  padding-top: 18px;
  padding-left: 25px;
  flex-direction: row-reverse;
}
.p-gamecam__block .p-reverse .p-small__right {
  padding-top: 10px;
  padding-right: 17px;
  letter-spacing: 0.065em;
}
.p-gamecam__block .p-reverse .p-box__cap .p-subhdg {
  padding-top: 22px;
}
.p-gamecam__block .p-reverse .p-box__cap .p-box__win {
  padding-top: 79px;
  text-align: left;
}
.p-gamecam__block .p-reverse .p-box__cap .p-box__win img {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .p-gamecam__block .p-ttl img {
    width: 82vw;
    height: auto;
  }
  .p-gamecam__block .p-ttl__cap {
    margin-top: 2.13vw;
  }
  .p-gamecam__block .p-ttl__cap img {
    width: 55.73vw;
    height: auto;
  }
  .p-gamecam__block .p-cap {
    margin-top: 4vw;
  }
  .p-gamecam__block .p-cap img {
    width: 68.8vw;
    height: auto;
  }
  .p-gamecam__block .p-hdg:nth-of-type(1) {
    margin-top: 5.33vw;
    margin-left: -0.8vw;
  }
  .p-gamecam__block .p-hdg:nth-of-type(1) img {
    width: 74.13vw;
    height: auto;
  }
  .p-gamecam__block .p-hdg:nth-of-type(2) {
    margin-top: 7.47vw;
    margin-left: 1.33vw;
  }
  .p-gamecam__block .p-hdg:nth-of-type(2) img {
    width: 69.47vw;
    height: auto;
  }
  .p-gamecam__block .p-hdg:nth-of-type(3) {
    margin-top: 10.67vw;
    margin-left: 2.13vw;
  }
  .p-gamecam__block .p-hdg:nth-of-type(3) img {
    width: 75.73vw;
    height: auto;
  }
  .p-gamecam__block .p-hdg:nth-of-type(4) {
    margin-top: 10.67vw;
    margin-left: 0.53vw;
  }
  .p-gamecam__block .p-hdg:nth-of-type(4) img {
    width: 70.27vw;
    height: auto;
  }
  .p-gamecam__block .p-hdg:nth-of-type(5) {
    margin-top: 10.67vw;
    margin-left: 2.67vw;
  }
  .p-gamecam__block .p-hdg:nth-of-type(5) img {
    width: 69.47vw;
    height: auto;
  }
  .p-gamecam__block .p-hdg:nth-of-type(6) {
    margin-top: 10.67vw;
    margin-left: 1.07vw;
  }
  .p-gamecam__block .p-hdg:nth-of-type(6) img {
    width: 78.93vw;
    height: auto;
  }
  .p-gamecam__block .p-hdg:nth-of-type(7) {
    margin-top: 10.67vw;
    margin-left: 0.53vw;
  }
  .p-gamecam__block .p-hdg:nth-of-type(7) img {
    width: 82.13vw;
    height: auto;
  }
  .p-gamecam__block .p-hdg:nth-of-type(8) {
    margin-top: 10.67vw;
    margin-left: 0.8vw;
  }
  .p-gamecam__block .p-hdg:nth-of-type(8) img {
    width: 69.73vw;
    height: auto;
  }
  .p-gamecam__block .p-spbox {
    margin-top: 1.07vw;
  }
  .p-gamecam__block .p-spbox__item {
    position: relative;
  }
  .p-gamecam__block .p-spbox__item:nth-child(2) {
    margin-top: 13.07vw;
  }
  .p-gamecam__block .p-spbox__item:nth-child(2) .p-spbox__small {
    padding-top: 1.6vw;
  }
  .p-gamecam__block .p-spbox__copy {
    margin-top: 0;
    padding-left: 1.33vw;
    font-size: 2.67vw;
    letter-spacing: 0.045em;
  }
  .p-gamecam__block .p-spbox__small {
    padding-top: 2.13vw;
    padding-left: 4.8vw;
    font-size: 2.67vw;
    letter-spacing: 0.05em;
  }
  .p-gamecam__block .p-spbox__icon1, .p-gamecam__block .p-spbox__icon2 {
    display: block;
    width: 18.67vw;
    height: auto;
    top: -5.33vw;
  }
  .p-gamecam__block .p-spbox__icon1 {
    position: absolute;
    right: -1.6vw;
    z-index: 5;
  }
  .p-gamecam__block .p-spbox__icon2 {
    position: absolute;
    left: -1.6vw;
    z-index: 5;
  }
  .p-gamecam__block .p-spbox__img1 {
    display: block;
    width: 82.13vw;
    height: auto;
    padding-left: 0.53vw;
  }
  .p-gamecam__block .p-spbox__img2 {
    display: block;
    width: 82.13vw;
    height: auto;
    padding-left: 0.53vw;
  }
  .p-gamecam__block .p-spbox__subhdg__part1 img {
    display: block;
    width: 79.47vw;
    padding-top: 3.47vw;
    padding-left: 2.4vw;
  }
  .p-gamecam__block .p-spbox__subhdg__part2 img {
    display: block;
    width: 79.73vw;
    padding-top: 2.67vw;
    padding-left: 2.4vw;
  }
  .p-gamecam__block .p-splist {
    display: flex;
    justify-content: center;
    gap: 0 3.47vw;
    margin: 2.67vw auto 0;
    margin-left: 2.13vw;
  }
  .p-gamecam__block .p-splist__item {
    position: relative;
    width: 50%;
  }
  .p-gamecam__block .p-splist__icon {
    position: absolute;
    top: -2.67vw;
    right: -1.07vw;
    display: block;
    width: 11.2vw;
    height: auto;
    z-index: 5;
  }
  .p-gamecam__block .p-splist__subhdg {
    display: block;
  }
  .p-gamecam__block .p-splist__subhdg3 {
    width: 20.27vw;
    height: auto;
    margin-top: 1.87vw;
    margin-left: 8.27vw;
  }
  .p-gamecam__block .p-splist__subhdg4 {
    width: 37.12vw;
    height: auto;
    margin-top: 1.6vw;
    margin-left: 0vw;
  }
  .p-gamecam__block .p-splist__subhdg5 {
    width: 29.6vw;
    height: auto;
    margin-top: 1.33vw;
    margin-left: 3.2vw;
  }
  .p-gamecam__block .p-splist__subhdg6 {
    width: 34.93vw;
    height: auto;
    margin-top: 1.6vw;
    margin-left: 1.33vw;
  }
  .p-gamecam__block .p-splist__subhdg7 {
    width: 28vw;
    height: auto;
    margin-top: 1.6vw;
    margin-left: 4.8vw;
  }
  .p-gamecam__block .p-splist__subhdg8 {
    width: 36vw;
    height: auto;
    margin-top: 1.6vw;
    margin-left: 0.53vw;
  }
  .p-gamecam__block .p-splist__subhdg9 {
    width: 37.33vw;
    height: auto;
    margin-top: 0.8vw;
    margin-left: 0.27vw;
  }
  .p-gamecam__block .p-splist__subhdg10 {
    width: 36vw;
    height: auto;
    margin-top: 0.8vw;
    margin-left: 0.8vw;
  }
  .p-gamecam__block .p-splist__subhdg11 {
    width: 30.93vw;
    height: auto;
    margin-top: 1.07vw;
    margin-left: 3.47vw;
  }
  .p-gamecam__block .p-splist__subhdg12 {
    width: 37.33vw;
    height: auto;
    margin-top: 1.07vw;
    margin-left: 0vw;
  }
  .p-gamecam__block .p-splist__subhdg13 {
    width: 28.8vw;
    height: auto;
    margin-top: 1.87vw;
    margin-left: 4vw;
  }
  .p-gamecam__block .p-splist__subhdg14 {
    width: 25.87vw;
    height: auto;
    margin-top: 1.87vw;
    margin-left: 5.87vw;
  }
  .p-gamecam__block .p-splist__subhdg15 {
    width: 26.13vw;
    height: auto;
    margin-top: 0.8vw;
    margin-left: 5.87vw;
  }
  .p-gamecam__block .p-splist__subhdg16 {
    width: 38.67vw;
    height: auto;
    margin-top: 1.87vw;
    margin-left: 0vw;
  }
  .p-gamecam__block .p-splist__subhdg17 {
    width: 29.33vw;
    height: auto;
    margin-top: 1.87vw;
    margin-left: 4vw;
  }
  .p-gamecam__block .p-splist__subhdg18 {
    width: 27.73vw;
    height: auto;
    margin-top: 1.87vw;
    margin-left: 4.8vw;
  }
  .p-gamecam__block .p-splist__subhdg19 {
    width: 32.53vw;
    height: auto;
    margin-top: 1.6vw;
    margin-left: 0.8vw;
  }
  .p-gamecam__block .p-splist__subhdg20 {
    width: 32.53vw;
    height: auto;
    margin-top: 1.87vw;
    margin-left: 0.8vw;
  }
  .p-gamecam__block .p-splist .spbox__item3, .p-gamecam__block .p-splist .spbox__item4, .p-gamecam__block .p-splist .spbox__item11, .p-gamecam__block .p-splist .spbox__item12, .p-gamecam__block .p-splist .spbox__item13, .p-gamecam__block .p-splist .spbox__item14, .p-gamecam__block .p-splist .spbox__item15, .p-gamecam__block .p-splist .spbox__item16, .p-gamecam__block .p-splist .spbox__item17, .p-gamecam__block .p-splist .spbox__item18, .p-gamecam__block .p-splist .spbox__item19, .p-gamecam__block .p-splist .spbox__item20 {
    display: block;
    width: 38.93vw;
    height: auto;
  }
  .p-gamecam__block .p-splist .spbox__item5, .p-gamecam__block .p-splist .spbox__item6 {
    display: block;
    width: 38.67vw;
    height: auto;
  }
  .p-gamecam__block .p-splist .spbox__item7, .p-gamecam__block .p-splist .spbox__item8, .p-gamecam__block .p-splist .spbox__item9, .p-gamecam__block .p-splist .spbox__item10 {
    display: block;
    width: 39.2vw;
    height: auto;
  }
  .p-gamecam__block .p-splist__no3 {
    margin-top: 8.27vw;
  }
  .p-gamecam__block .p-splist__no4 {
    margin-top: 8.27vw;
  }
  .p-gamecam__block .p-splist__no4 .p-splist__item:nth-of-type(2) .p-splist__icon {
    right: -0.8vw;
  }
  .p-gamecam__block .p-splist__no5 {
    gap: 0 14px;
  }
  .p-gamecam__block .p-splist__no5 .p-splist__item:nth-of-type(2) .p-splist__icon {
    top: -3.2vw;
    right: -0.27vw;
  }
  .p-gamecam__block .p-splist__no6 .p-splist__small {
    margin-left: 4vw;
  }
  .p-gamecam__block .p-splist__no7 {
    gap: 0 14px;
  }
  .p-gamecam__block .p-splist__no7 .p-splist__item .p-splist__icon {
    top: -3.73vw;
    right: -0.53vw;
  }
  .p-gamecam__block .p-splist__no8 {
    gap: 0 14px;
  }
  .p-gamecam__block .p-splist__no8 .p-splist__item .p-splist__icon {
    right: -0.27vw;
  }
  .p-gamecam__block .p-splist__no9 {
    margin-top: 8vw;
  }
  .p-gamecam__block .p-splist__no10 {
    margin-top: 2.13vw;
  }
  .p-gamecam__block .p-splist__no10 .p-splist__small {
    margin-top: 1.87vw;
    margin-left: 0.8vw;
    letter-spacing: 0.03em;
  }
  .p-gamecam__block .p-splist__small {
    margin-top: 0.8vw;
    margin-left: 1.87vw;
    font-size: 2.67vw;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
/* _snscam.scss
------------------------------- */
/* mixin読み込み */
.l-snscam .p-inner::before {
  top: -40px;
  left: -240px;
  width: 409.5px;
  height: 1216.5px;
  background-image: url("../img/bg_left_2.png");
  background-position: left center; /* 左画像は左寄せに設定 */
}
.l-snscam .p-inner::after {
  top: -70px;
  right: -184px;
  width: 404px;
  height: 1252.5px;
  background-image: url("../img/bg_right_2.png");
  background-position: right center; /* 右画像は右寄せに設定 */
}
.l-snscam .p-bg {
  padding-top: 1198px;
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 1125px, 1128px 100%, 0 100%, 0 70px);
  clip-path: polygon(70px 0, 100% 0, 100% 1125px, 1128px 100%, 0 100%, 0 70px);
}
.l-snscam .p-element {
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 1125px, 1128px 100%, 0 100%, 0 70px);
  clip-path: polygon(70px 0, 100% 0, 100% 1125px, 1128px 100%, 0 100%, 0 70px);
}
.l-snscam .p-element__border {
  -webkit-clip-path: polygon(65px 0, 100% 0, 100% 1106px, 1111px 100%, 0 100%, 0 65px);
  clip-path: polygon(65px 0, 100% 0, 100% 1106px, 1111px 100%, 0 100%, 0 65px);
}
.l-snscam .p-element__block {
  padding-bottom: 70px;
  -webkit-clip-path: polygon(64px 0, 100% 0, 100% 1103px, 1108px 100%, 0 100%, 0 64px);
  clip-path: polygon(64px 0, 100% 0, 100% 1103px, 1108px 100%, 0 100%, 0 64px);
}
@media (max-width: 767px) {
  .l-snscam .p-element__block {
    padding-bottom: 8vw;
  }
}

@media (max-width: 767px) {
  .l-snscam .p-bg {
    top: 1.33vw;
    right: 2.67vw;
    width: 100%;
    max-width: 92vw;
    padding-top: 0;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 97%, 92.5% 100%, 0 100%, 0 3%);
    clip-path: polygon(8% 0, 100% 0, 100% 97%, 92.5% 100%, 0 100%, 0 3%);
  }
  .l-snscam .p-element {
    padding: 1.33vw;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 97%, 92.5% 100%, 0 100%, 0 3%);
    clip-path: polygon(8% 0, 100% 0, 100% 97%, 92.5% 100%, 0 100%, 0 3%);
  }
  .l-snscam .p-element__border {
    -webkit-clip-path: polygon(7.6% 0, 100% 0, 100% 97.3%, 93.2% 100%, 0 100%, 0 2.8%);
    clip-path: polygon(7.6% 0, 100% 0, 100% 97.3%, 93.2% 100%, 0 100%, 0 2.8%);
  }
  .l-snscam .p-element__block {
    padding-bottom: 8vw;
    -webkit-clip-path: polygon(7.5% 0, 100% 0, 100% 97.35%, 93.3% 100%, 0 100%, 0 2.75%);
    clip-path: polygon(7.5% 0, 100% 0, 100% 97.35%, 93.3% 100%, 0 100%, 0 2.75%);
  }
  .l-snscam .p-inner::before {
    top: -8.27vw;
    left: -14.93vw;
    width: 35.28vw;
    height: auto;
    padding-top: 201.68vw;
    background-image: url("../img/bg_left_4_sp.png");
    background-position: left center; /* 左画像は左寄せに設定 */
    background-size: contain;
  }
  .l-snscam .p-inner::after {
    top: 0.53vw;
    right: -13.6vw;
    width: 40.4vw;
    height: auto;
    padding-top: 213.87vw;
    background-image: url("../img/bg_right_4_sp.png");
    background-position: right center; /* 右画像は右寄せに設定 */
    background-size: contain;
  }
}
.p-snscam__block .p-ttl img {
  display: block;
  width: 642px;
  height: 148px;
  margin: 0 auto;
}
.p-snscam__block .p-cap {
  margin-top: 41px;
}
.p-snscam__block .p-cap img {
  display: block;
  width: 704px;
  height: 36px;
  margin: 0 auto;
}
.p-snscam__block .p-gift__item {
  position: relative;
  width: 591px;
  margin: 80px auto 0 251px;
}
.p-snscam__block .p-gift__icon {
  position: absolute;
  top: -30px;
  right: -45px;
  display: block;
  width: 110px;
  height: 110px;
}
.p-snscam__block .p-gift__ph {
  display: block;
  width: 591px;
  height: 224px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-snscam__block .p-ttl img {
    width: 67.11vw;
    height: auto;
  }
  .p-snscam__block .p-cap {
    margin-top: 4vw;
  }
  .p-snscam__block .p-cap img {
    width: 68.8vw;
    height: auto;
  }
  .p-snscam__block .p-gift__item {
    position: relative;
    width: 81.6vw;
    margin: 9.33vw 2.93vw auto 4.27vw;
    margin: 9.33vw auto auto auto;
  }
  .p-snscam__block .p-gift__icon {
    position: absolute;
    top: -6.4vw;
    right: -1.07vw;
    z-index: 1;
    width: 18.67vw;
    height: auto;
  }
  .p-snscam__block .p-gift__ph {
    width: 81.6vw;
    height: auto;
  }
}

/* _application.scss
------------------------------- */
/* mixin読み込み */
.l-gamecam .l-application .p-application__inner {
  width: 900px;
  margin: 0 auto;
}
.l-gamecam .l-application .p-application__subhdg {
  margin-top: 68px;
}
.l-gamecam .l-application .p-application__subhdg img {
  display: block;
  width: 539px;
  height: 61.5px;
  margin: 0 auto;
}
.l-gamecam .l-application .p-application__method .p-method__top {
  display: flex;
  justify-content: flex-start;
  gap: 0 67px;
  margin-top: 29px;
  padding: 25px 84px 30px 47px;
  border: 2px solid #e737a1;
  border-radius: 30px;
}
.l-gamecam .l-application .p-application__method .p-method__middle {
  display: flex;
  justify-content: flex-start;
  gap: 0 94px;
  margin-top: 18px;
  padding: 25px 47px 28px;
  border: 2px solid #e737a1;
  border-radius: 30px;
}
.l-gamecam .l-application .p-application__method .p-method__bottom {
  display: flex;
  justify-content: flex-start;
  gap: 0 63px;
  margin-top: 15px;
  padding: 28px 47px 29px;
  border: 2px solid #e737a1;
  border-radius: 30px;
}
.l-gamecam .l-application .p-application__method .p-method__bottom .p-method__left {
  margin-top: 7px;
}
.l-gamecam .l-application .p-application__method .p-method__middle .p-method__right .p-method__txt, .l-gamecam .l-application .p-application__method .p-method__bottom .p-method__right .p-method__txt {
  display: block;
  line-height: 1.95;
}
.l-gamecam .l-application .p-application__method .p-method__middle .p-txt_ls4, .l-gamecam .l-application .p-application__method .p-method__bottom .p-txt_ls4 {
  letter-spacing: 0.04em;
}
.l-gamecam .l-application .p-application__method .p-method__middle .p-txt_ls4-5, .l-gamecam .l-application .p-application__method .p-method__bottom .p-txt_ls4-5 {
  letter-spacing: 0.045em;
}
.l-gamecam .l-application .p-application__method .p-method__middle .p-txt_m15, .l-gamecam .l-application .p-application__method .p-method__bottom .p-txt_m15 {
  margin-left: 15px;
}
.l-gamecam .l-application .p-application__method .p-method__middle .p-txt_mm5, .l-gamecam .l-application .p-application__method .p-method__bottom .p-txt_mm5 {
  margin-left: -5px;
}
.l-gamecam .l-application .p-application__method .p-method__middle .p-txt_mm10, .l-gamecam .l-application .p-application__method .p-method__bottom .p-txt_mm10 {
  margin-left: -10px;
}
.l-gamecam .l-application .p-application__method .p-method__middle .p-txt_mm20, .l-gamecam .l-application .p-application__method .p-method__bottom .p-txt_mm20 {
  margin-left: -20px;
}
.l-gamecam .l-application .p-application__method .p-method__middle .p-method__txt {
  margin-left: -10px;
  padding-top: 5px;
}
.l-gamecam .l-application .p-application__method .p-method__arrow img {
  display: block;
  width: 29px;
  height: 25px;
  margin: 20px auto 18px;
}
.l-gamecam .l-application .p-application__method .p-method__left {
  margin-top: 10px;
}
.l-gamecam .l-application .p-application__method .p-method__left img {
  display: block;
  width: 127px;
  height: 127px;
}
.l-gamecam .l-application .p-application__method .p-method__right .p-method__txt {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.l-gamecam .l-application .p-application__method .p-method__right .p-method__txt .p-txt_pink {
  display: inline;
  color: #e737a1;
}
.l-gamecam .l-application .p-application__method .p-method__right .p-method__txt .p-txt_black {
  color: #000;
}
.l-gamecam .l-application .p-application__method .p-method__right .p-method__icon {
  display: flex;
  justify-content: space-between;
  width: 572px;
  margin-top: 17px;
}
.l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__left img {
  display: block;
  width: 90px;
  height: 90.5px;
}
.l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__center img {
  display: block;
  width: 90px;
  height: 90.5px;
}
.l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__right .p-icon__txt {
  padding: 5px 39px 6px 45px;
  border: 2px solid #e737a1;
  color: #e737a1;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__right .p-icon__btn {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__right .p-icon__btn .p-btn__l img {
  display: block;
  width: 109px;
  height: 40.5px;
}
.l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__right .p-icon__btn .p-btn__c img {
  display: block;
  width: 135px;
  height: 40.5px;
}
.l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__right .p-icon__btn .p-btn__r img {
  display: block;
  width: 113.5px;
  height: 40.5px;
}

@media (max-width: 767px) {
  .l-gamecam .l-application .p-application__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .l-gamecam .l-application .p-application__block .p-method__arrow img {
    width: 7.73vw;
    height: 6.67vw;
    margin: 0 auto;
  }
  .l-gamecam .l-application .p-application__block .p-method__top {
    display: block;
    margin-top: 2.4vw;
    margin-right: 0.8vw;
    margin-bottom: 2.4vw;
    margin-left: 3px;
    padding: 1.33vw 2.67vw 4.53vw 4vw;
    border: 1px solid #e737a1;
    border-radius: 20px;
  }
  .l-gamecam .l-application .p-application__block .p-method__middle {
    margin-top: 2.93vw !important;
    margin-bottom: 2.4vw !important;
  }
  .l-gamecam .l-application .p-application__block .p-method__bottom {
    margin-top: 2.4vw !important;
  }
  .l-gamecam .l-application .p-application__block .p-method__bottom .p-method__left {
    margin-top: 8.53vw;
  }
  .l-gamecam .l-application .p-application__block .p-method__bottom .p-method__right .p-method__txt {
    margin-top: 1.87vw;
    margin-left: 2.13vw;
    line-height: 1.8;
  }
  .l-gamecam .l-application .p-application__block .p-method__middle .p-method__left {
    margin-top: 8.53vw;
  }
  .l-gamecam .l-application .p-application__block .p-method__middle .p-method__right {
    margin-left: -0.53vw;
  }
  .l-gamecam .l-application .p-application__block .p-method__middle .p-method__right .p-method__txt {
    line-height: 1.8;
    margin-left: 2.13vw;
    padding-top: 0;
  }
  .l-gamecam .l-application .p-application__block .p-method__middle .p-method__middle .p-txt_mm5 {
    margin-left: 0;
  }
  .l-gamecam .l-application .p-application__block .p-method__bottom {
    padding: 1.33vw 0 4vw 4vw !important;
  }
  .l-gamecam .l-application .p-application__block .p-method__bottom .p-method__left {
    margin-left: -7px;
  }
  .l-gamecam .l-application .p-application__block .p-method__middle, .l-gamecam .l-application .p-application__block .p-method__bottom {
    display: flex;
    gap: 0;
    margin-top: -2.13vw;
    margin-right: 0.8vw;
    margin-bottom: -2.67vw;
    margin-left: 3px;
    padding: 1.33vw 0 3.47vw 4vw;
    border: 1px solid #e737a1;
    border-radius: 20px;
  }
  .l-gamecam .l-application .p-application__block .p-method__middle .p-method__left, .l-gamecam .l-application .p-application__block .p-method__bottom .p-method__left {
    padding-left: 0.8vw;
  }
  .l-gamecam .l-application .p-application__block .p-method__middle .p-method__txt, .l-gamecam .l-application .p-application__block .p-method__bottom .p-method__txt {
    margin-top: 2.67vw;
    font-size: 3.47vw;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .l-gamecam .l-application .p-application__block .p-method__middle .p-method__txt .mlm7, .l-gamecam .l-application .p-application__block .p-method__bottom .p-method__txt .mlm7 {
    margin-left: -1.87vw;
  }
  .l-gamecam .l-application .p-application__block .p-method__left {
    display: flex;
    gap: 0 2.67vw;
    padding-left: 2.13vw;
  }
  .l-gamecam .l-application .p-application__block .p-method__left img {
    display: block;
    width: 18.67vw;
    height: 18.67vw;
  }
  .l-gamecam .l-application .p-application__block .p-method__txt {
    margin-top: 2.67vw;
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .l-gamecam .l-application .p-application__subhdg {
    margin-top: 10.67vw;
  }
  .l-gamecam .l-application .p-application__subhdg img {
    width: 74.53vw;
    height: auto;
  }
  .l-gamecam .l-application .p-application__method .p-method__right .p-method__icon {
    width: 100%;
    max-width: 572px;
    justify-content: flex-start;
    gap: 0 0.8vw;
  }
  .l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__left img {
    width: 15.2vw;
    height: auto;
  }
  .l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__right {
    margin-right: 0;
  }
  .l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__right .p-icon__btn {
    gap: 0 0.8vw;
    margin-top: 1.33vw;
  }
  .l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__right .p-icon__btn .p-btn__l img {
    width: 16.53vw;
    height: 100%;
  }
  .l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__right .p-icon__btn .p-btn__c img {
    width: 20.8vw;
    height: 100%;
  }
  .l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__right .p-icon__btn .p-btn__r img {
    width: 17.33vw;
    height: 100%;
  }
  .l-gamecam .l-application .p-application__method .p-method__right .p-method__icon .p-icon__right .p-icon__txt {
    padding: 0.8vw 2.4vw 1.33vw 2.67vw;
    border: 0.27vw solid #e737a1;
    font-size: 3.2vw;
  }
}
.l-snscam a {
  display: block;
  height: 100%;
}
.l-snscam .p-application__inner {
  width: 900px;
  margin: 0 auto;
}
.l-snscam .p-application__subhdg {
  margin-top: 65px;
}
.l-snscam .p-application__subhdg img {
  display: block;
  width: 465.87px;
  height: auto;
  margin: 0 auto;
}
.l-snscam .p-method__list {
  margin-top: 30px;
}
.l-snscam .p-method__item {
  position: relative;
  top: 0;
  color: #4d494b;
  border: 2px solid #e737a1;
  border-radius: 30px;
  box-sizing: border-box;
}
.l-snscam .p-method__box {
  display: flex;
  flex-wrap: wrap;
  margin-left: 213px;
}
.l-snscam .p-method__num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 127px;
  height: auto;
  margin-left: 44px;
}
.l-snscam .p-method__txt {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.l-snscam .p-method__btn {
  width: 339px;
}
.l-snscam .p-method__arrow {
  width: 29px;
  height: auto;
  margin: 20px auto 18px;
}
.l-snscam .p-method__item01 {
  padding: 26px 0 30px;
}
.l-snscam .p-method__item01 .p-method__box {
  margin-left: 213px;
}
.l-snscam .p-method__item01 .p-method__unit {
  display: flex;
  margin: 18px auto 0 90px;
}
.l-snscam .p-method__item01 .p-method__icon {
  width: 90px;
  margin-right: 20px;
}
.l-snscam .p-method__item02 {
  padding: 38px 0;
}
.l-snscam .p-method__item02 .p-method__box {
  justify-content: center;
  align-items: center;
  margin-left: 170px;
}
.l-snscam .p-method__item02 .p-method__txt {
  margin-right: 15px;
}
.l-snscam .p-txt_pink {
  color: #e737a1;
}
@media (max-width: 767px) {
  .l-snscam .p-application__inner {
    width: 100%;
    padding: 0 0.8vw;
  }
  .l-snscam .p-application__subhdg {
    margin-top: 10.67vw;
  }
  .l-snscam .p-application__subhdg img {
    display: block;
    width: 63.84vw;
    height: auto;
    margin: 0 auto;
  }
  .l-snscam .p-method__list {
    margin-top: 4vw;
  }
  .l-snscam .p-method__item {
    border: 0.27vw solid #e737a1;
    border-radius: 5.33vw;
    box-sizing: border-box;
  }
  .l-snscam .p-method__box {
    display: flex;
    flex-wrap: wrap;
    margin-left: 56.8vw;
  }
  .l-snscam .p-method__num {
    position: absolute;
    top: 5.33vw;
    transform: translateY(0);
    width: 18.67vw;
    margin-left: 7.2vw;
  }
  .l-snscam .p-method__txt {
    font-size: 4vw;
    line-height: 1.666em;
    width: 47.47vw;
  }
  .l-snscam .p-method__btn {
    width: 55.2vw;
  }
  .l-snscam .p-method__arrow {
    width: 7.73vw;
    height: auto;
    margin: 2.93vw auto 2.4vw;
  }
  .l-snscam .p-method__item01 {
    padding: 5.33vw 0 5.07vw;
  }
  .l-snscam .p-method__item01 .p-method__box {
    margin-left: 28.53vw;
  }
  .l-snscam .p-method__item01 .p-method__unit {
    display: flex;
    justify-content: center;
    margin: 2.67vw auto auto;
  }
  .l-snscam .p-method__item01 .p-method__icon {
    width: 15.2vw;
    margin-right: 1.87vw;
  }
  .l-snscam .p-method__item02 {
    padding: 4vw 0 5.33vw;
  }
  .l-snscam .p-method__item02 .p-method__box {
    align-items: center;
    margin-left: 28.53vw;
  }
  .l-snscam .p-method__item02 .p-method__txt {
    line-height: 18.67vw;
    width: 47.47vw;
    height: 18.67vw;
    margin-right: 0;
  }
  .l-snscam .p-method__item02 .p-method__btn {
    margin: 2.67vw auto auto;
  }
  .l-snscam .p-txt_pink {
    color: #e737a1;
  }
}

/* _rules.scss
------------------------------- */
/* mixin読み込み */
.l-rules .p-inner::before {
  top: 134px;
  left: -160px;
  width: 378px;
  height: 781.5px;
  background-image: url("../img/bg_left_1.png");
  background-position: left center; /* 左画像は左寄せに設定 */
}
.l-rules .p-inner::after {
  top: 53px;
  right: -237px;
  width: 409px;
  height: 853.5px;
  background-image: url("../img/bg_right_1.png");
  background-position: right center; /* 右画像は右寄せに設定 */
}
.l-rules .p-bg {
  padding-top: 1021px;
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 950px, 1132px 100%, 0 100%, 0 70px);
  clip-path: polygon(70px 0, 100% 0, 100% 950px, 1132px 100%, 0 100%, 0 70px);
}
.l-rules .p-element {
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 950px, 1132px 100%, 0 100%, 0 70px);
  clip-path: polygon(70px 0, 100% 0, 100% 950px, 1132px 100%, 0 100%, 0 70px);
}
.l-rules .p-element__border {
  -webkit-clip-path: polygon(65px 0, 100% 0, 100% 934px, 1116px 100%, 0 100%, 0 65px);
  clip-path: polygon(65px 0, 100% 0, 100% 934px, 1116px 100%, 0 100%, 0 65px);
}
.l-rules .p-element__block {
  padding-bottom: 71px;
  -webkit-clip-path: polygon(64px 0, 100% 0, 100% 931px, 1113px 100%, 0 100%, 0 64px);
  clip-path: polygon(64px 0, 100% 0, 100% 931px, 1113px 100%, 0 100%, 0 64px);
}

@media (max-width: 767px) {
  .l-rules .p-inner::before {
    top: -18.67vw;
    left: -15.73vw;
    width: 39.33vw;
    height: auto;
    padding-top: 127.92vw;
    background-image: url("../img/bg_left_2_sp.png");
    background-position: left center; /* 左画像は左寄せに設定 */
    background-size: contain;
  }
  .l-rules .p-inner::after {
    top: -10.13vw;
    right: -18.4vw;
    width: 44.27vw;
    height: auto;
    padding-top: 136.59vw;
    background-image: url("../img/bg_right_2_sp.png");
    background-position: right center; /* 右画像は右寄せに設定 */
    background-size: contain;
  }
  .l-rules .p-bg {
    top: 1.33vw;
    right: 2.67vw;
    width: 100%;
    max-width: 92vw;
    padding-top: 0;
    -webkit-clip-path: polygon(8.2% 0, 100% 0, 100% 95%, 92.5% 100%, 0 100%, 0 5.5%);
    clip-path: polygon(8.2% 0, 100% 0, 100% 95%, 92.5% 100%, 0 100%, 0 5.5%);
  }
  .l-rules .p-element {
    padding: 5px;
    -webkit-clip-path: polygon(8.2% 0, 100% 0, 100% 95%, 92.5% 100%, 0 100%, 0 5.5%);
    clip-path: polygon(8.2% 0, 100% 0, 100% 95%, 92.5% 100%, 0 100%, 0 5.5%);
  }
  .l-rules .p-element__border {
    -webkit-clip-path: polygon(7.8% 0, 100% 0, 100% 95.3%, 92.7% 100%, 0 100%, 0 5%);
    clip-path: polygon(7.8% 0, 100% 0, 100% 95.3%, 92.7% 100%, 0 100%, 0 5%);
  }
  .l-rules .p-element__block {
    padding-bottom: 8vw;
    -webkit-clip-path: polygon(7.7% 0, 100% 0, 100% 95.45%, 92.9% 100%, 0 100%, 0 4.9%);
    clip-path: polygon(7.7% 0, 100% 0, 100% 95.45%, 92.9% 100%, 0 100%, 0 4.9%);
  }
}
.p-rules__block .p-ttl img {
  display: block;
  width: 278.5px;
  height: 76.5px;
  margin: 0 auto;
}
.p-rules__document {
  width: 900px;
  height: 740px;
  margin: 47px auto 0;
  padding: 31px 48px 34px 40px;
  color: #4d494b;
  letter-spacing: 0.057em;
  background: #f0f0f0;
  overflow-y: scroll;
}
.p-rules__document h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1.85;
}
.p-rules__document h4 {
  padding-top: 25px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}
.p-rules__document p {
  padding-top: 15px;
  padding-bottom: 7px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.p-rules__document ul {
  padding-top: 8px;
}
.p-rules__document li {
  margin-left: -4px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 2.3;
  letter-spacing: 0.055em;
  text-indent: -1em;
}
.p-rules__document table,
.p-rules__document table th,
.p-rules__document table td {
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}
.p-rules__document table {
  margin-top: 20px;
}
.p-rules__document tr:nth-of-type(1) td:nth-of-type(4),
.p-rules__document tr:nth-of-type(2) td:nth-of-type(4) {
  padding-bottom: 2px;
}
.p-rules__document tr:nth-of-type(3) td:nth-of-type(4) {
  padding-bottom: 4px;
}
.p-rules__document tr:nth-of-type(4) td:nth-of-type(1) {
  padding-top: 28px;
}
.p-rules__document tr:nth-of-type(4) td:nth-of-type(2) {
  padding-top: 4px;
  line-height: 2.3;
  letter-spacing: 0.05em;
}
.p-rules__document tr:nth-of-type(4) td:nth-of-type(3) {
  padding-top: 28px;
}
.p-rules__document tr:nth-of-type(4) td:nth-of-type(4) {
  padding-bottom: 4px;
}
.p-rules__document tr:nth-of-type(5) td:nth-of-type(4) {
  padding-bottom: 3px;
}
.p-rules__document th:nth-of-type(1), .p-rules__document th:nth-of-type(2), .p-rules__document th:nth-of-type(3), .p-rules__document th:nth-of-type(4) {
  padding-top: 9px;
  padding-bottom: 10px;
}
.p-rules__document th:nth-of-type(1) {
  width: 40px;
}
.p-rules__document th:nth-of-type(2) {
  width: 252px;
  padding-left: 11px;
}
.p-rules__document th:nth-of-type(3) {
  width: 79px;
  padding-left: 10px;
}
.p-rules__document th:nth-of-type(4) {
  width: 440px;
  padding-left: 8px;
}
.p-rules__document td:nth-of-type(1), .p-rules__document td:nth-of-type(2), .p-rules__document td:nth-of-type(3), .p-rules__document td:nth-of-type(4) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-rules__document td:nth-of-type(1) {
  padding-left: 11px;
}
.p-rules__document td:nth-of-type(2) {
  padding-right: 11px;
  padding-left: 11px;
}
.p-rules__document td:nth-of-type(3) {
  text-align: center;
}
.p-rules__document td:nth-of-type(4) {
  padding-top: 4px;
  padding-right: 2px;
  padding-left: 11px;
  letter-spacing: 0.05em;
  line-height: 2.3;
}
.p-rules__document .p-txt_vl {
  vertical-align: baseline;
}
.p-rules__document .p-txt_vt {
  vertical-align: top;
}
.p-rules__document .p-txt_vm {
  vertical-align: middle;
}
.p-rules__document .p-txt_vb {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .p-rules__document .p-txt_vm {
    vertical-align: baseline;
  }
}
.p-rules__document .p-txt_al {
  text-align: left;
}
.p-rules__document .p-txt_ac {
  text-align: center;
}
.p-rules__document .p-txt_ar {
  text-align: right;
}
.p-rules__document .p-txt_ls05 {
  letter-spacing: 0.05em;
}
.p-rules__document .p-txt_ls055 {
  letter-spacing: 0.055em;
}
.p-rules__document .td_ir_ls06 {
  letter-spacing: 0.06em;
}
.p-rules__document .td_ir_ls065 {
  letter-spacing: 0.065em;
}
.p-rules__document .td_ir_ls75 {
  letter-spacing: 0.075em;
}
.p-rules__document .p-txt_lh22 {
  line-height: 2.2;
}
.p-rules__document .p-txt_lh23 {
  line-height: 2.3;
}
.p-rules__document .p-txt_lh226 {
  line-height: 2.26;
}
.p-rules__document .p-txt_lh228 {
  line-height: 2.28;
}
.p-rules__document .p-txt_pt0 {
  padding-top: 0;
}
.p-rules__document .p-txt_pt5 {
  padding-top: 5px;
}
.p-rules__document .p-txt_pt10 {
  padding-top: 10px;
}
.p-rules__document .p-txt_pt12 {
  padding-top: 12px;
}
.p-rules__document .p-txt_pt15 {
  padding-top: 15px;
}
.p-rules__document .p-txt_pt21 {
  padding-top: 21px;
}
.p-rules__document .p-txt_pt35 {
  padding-top: 35px;
}
.p-rules__document .p-txt_pl5 {
  padding-left: 5px;
}
.p-rules__document .p-txt_pl10 {
  padding-left: 10px;
}
.p-rules__document .p-txt_pl12 {
  padding-left: 12px;
}
.p-rules__document .p-txt_pl15 {
  padding-left: 15px;
}
.p-rules__document .p-txt_pb4 {
  padding-bottom: 4px !important;
}
.p-rules__document .p-txt_pb5 {
  padding-bottom: 5px;
}
.p-rules__document .p-txt_mml3 {
  margin-left: -3px;
}
.p-rules__document .p-txt_mml5 {
  margin-left: -5px;
}
.p-rules__document .p-txt_mml8 {
  margin-left: -8px;
}
.p-rules__document .p-hdg_lenticulara {
  margin-left: -7px;
  letter-spacing: 0.12em;
}
.p-rules__document .p-hdg_lenticularb {
  margin-left: -7px;
  padding-top: 0px;
  letter-spacing: 0.12em;
}
.p-rules__document .p-subhdg_lenticular {
  margin-left: -7px;
  padding-top: 32px;
}
.p-rules__document .p-subhdg_ttl {
  padding-top: 30px;
  padding-bottom: 2px;
  padding-left: 15px;
  letter-spacing: 0.05em;
}
.p-rules__document .p-txt_lenticular {
  padding-top: 0;
  letter-spacing: 0.05em;
}
.p-rules__document .p-txt_n {
  margin-right: -10px;
}

@media (max-width: 767px) {
  .p-element__document {
    width: 100%;
  }
  .p-rules__document {
    margin-top: 5.33vw;
    height: 107.47vw;
  }
  .p-rules__block .p-ttl img {
    display: block;
    width: 30.16vw;
    height: auto;
  }
  .p-rules__document {
    width: 100%;
    padding: 5.33vw;
  }
  .p-rules__document table {
    width: 100%;
    max-width: 74.67vw;
    margin-top: 2.67vw;
  }
  .p-rules__document h3 {
    padding-bottom: 2.93vw !important;
    font-size: 3.73vw !important;
    line-height: 1.57 !important;
  }
  .p-rules__document h4 {
    padding-top: 5.6vw !important;
    padding-bottom: 2.93vw !important;
    font-size: 3.2vw !important;
    line-height: 1.666 !important;
  }
  .p-rules__document .p-txt_style {
    padding-top: 2.67vw !important;
    padding-bottom: 0 !important;
    font-size: 2.67vw !important;
    line-height: 1.8 !important;
    letter-spacing: 0.05em !important;
  }
  .p-rules__document .p-txt_irregular1 {
    padding-bottom: 0 !important;
    font-size: 2.67vw !important;
    line-height: 1.8 !important;
    letter-spacing: 0.05em !important;
  }
  .p-rules__document .p-txt_pt15 {
    padding-top: 2.67vw;
  }
  .p-rules__document .p-shr {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 2.67vw !important;
    line-height: 1.8 !important;
    letter-spacing: 0.05em !important;
  }
  .p-rules__document ul {
    padding-top: 2.67vw;
  }
  .p-rules__document li {
    margin-left: 0;
    padding-left: 0;
    font-size: 2.67vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-indent: 0;
  }
  .p-rules__document table,
  .p-rules__document table th,
  .p-rules__document table td {
    font-size: 2.67vw;
    line-height: 1.6 !important;
    text-align: justify;
    padding: 1.33vw !important;
  }
}
/* _btnarea.scss
------------------------------- */
/* mixin読み込み */
.p-btnarea a {
  display: block;
  height: 100%;
}
@media (min-width: 1280px) {
  .p-btnarea a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-btnarea a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.p-btnarea__block {
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
.p-btnarea__box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  width: 362px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-btnarea__block {
    padding-top: 12.27vw;
  }
  .p-btnarea__box {
    gap: 8vw 0;
    width: 64.27vw;
  }
  .p-btnarea__box img {
    width: 64.27vw;
  }
}
.p-copyright {
  padding: 65px 0;
}
.p-copyright__txt {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #4d494b;
}
@media (max-width: 767px) {
  .p-copyright {
    padding: 9.33vw 0 10.13vw;
  }
  .p-copyright__txt {
    font-size: 2.67vw;
    letter-spacing: 0.05em;
  }
}

/* _utility.scss
------------------------------- */
/* 
  特定の要素だけに特有のスタイルを割り当てる場合に使用。

  例：背景色, サイズ, 色, マージン, 透明度など）
  指定方法： .u-xxxx_yyyy
*/
/* mixin読み込み */
.u {
  /* PC/SP 調整用
  ------------------------------- */
}
@media (min-width: 1280px) {
  .u-only_sp {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .u-only_sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-only_pc {
    display: none !important;
  }
}