@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.8823529412vw;
  }
}

@media (min-width: 850px) {
  html {
    font-size: 100%;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  -webkit-transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  margin: 0 auto;
  color: #000;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.u-br-sp {
  display: block;
}

@media screen and (min-width: 1024px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  .u-br-pc {
    display: block;
  }
}

/*!
utility > u-hidden
------------------------------
*/
.u-sp-none {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .u-sp-none {
    display: block !important;
  }
}

.u-pc-none {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}

.u-sr {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.l-container {
  margin: 0 auto;
}

.l-fv {
  width: 100%;
  height: 100%;
}

.l-header {
  width: 100%;
  height: 100%;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 850px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-balloon-mini {
  display: inline-block;
  position: relative;
  padding: 0.3125rem 1.25rem;
  border-radius: 35px;
  background: #fe6601;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2083333333;
  text-align: center;
  text-transform: uppercase;
}

.c-balloon-mini::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 0;
  border-width: 6px 5px 0 5px;
  border-style: solid;
  border-color: #fe6601 transparent transparent transparent;
  content: "";
}

.c-balloon-mini--bg-black {
  background: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.c-balloon-mini--bg-black::before {
  border-bottom: 0;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}

.c-balloon {
  display: block;
  position: relative;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  background: #1DA45D;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .c-balloon {
    padding: 1rem 1.25rem;
  }
}

.c-balloon::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1DA45D transparent transparent;
  content: "";
}

.c-blue-box {
  display: block;
  border: 1px solid #1A236C;
}

.c-blue-box__head {
  padding: 0.5rem;
  background: #1A236C;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-blue-box__head {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.c-blue-box__body {
  padding: 0.5rem;
  background: #fff;
  color: #1A236C;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-blue-box__body {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.c-blue-box__head--mail {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.c-blue-box__head--mail::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  background: url(../images/mail.svg) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-blue-box__head--chat {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.c-blue-box__head--chat::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  background: url(../images/chat.svg) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-blue-box__body--chat {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-blue-box__body--chat {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-blue-box__body--chat:before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 3.6875rem;
  height: 3.4375rem;
  background: url(../images/chat2.svg) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-blue-box__head--font-w3 {
  font-weight: 300;
}

.c-blue-box__body--font-w3 {
  font-weight: 300;
}

.c-border-text {
  position: relative;
  min-width: 21.4375rem;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  border: 4px solid #1A236C;
  border-radius: 8px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-border-text {
    padding: 1.25rem 0.9375rem;
  }
}

.c-border-text__inner-text {
  color: #1A236C;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}


@media screen and (min-width: 768px) {
  h4.c-border-text__inner-text br {
    display: none;

  }
}


.c-border-text::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -5px;
  left: 50%;
  width: 90.4%;
  height: 4px;
  transform: translateX(-50%);
  border-top: 6px solid #EDEDED;
  content: "";
}

.c-border-text::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 90.4%;
  height: 4px;
  transform: translateX(-50%);
  border-bottom: 6px solid #EDEDED;
  content: "";
}

.c-border-text--border-white::before {
  border-top: 6px solid #fff;
}

.c-border-text--border-white::after {
  border-bottom: 6px solid #fff;
}

.c-border-text--large-border:before {
  height: 8.5625rem;
}

.c-border-text--large-border:after {
  height: 8.5625rem;
}

.c-border-text--border-space::before {
  margin-right: -0.3125rem;
}

.c-border-text--border-space::after {
  margin-left: -0.3125rem;
}

.c-border-text br {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-border-text br {
    display: none;
  }
}

.c-box-table {
  border: 1px solid #1A236C;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.c-box-table th {
  padding: 0.5rem;
  border-bottom: solid 1px #fff;
  background: #1A236C;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-box-table th {
    padding: 1rem;
    font-size: 1rem;
  }
}

.c-box-table td {
  padding: 0.5rem;
  border: solid 1px #1A236C;
  background: #fff;
  color: #1A236C;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-box-table td {
    padding: 1rem;
    font-size: 1rem;
  }
}

.c-code-copy {
  overflow: hidden;
  border: 2px solid #1A236C;
  border-radius: 8px;
}

.c-code-copy__head {
  padding: 0.5rem;
  background: #1A236C;
}

.c-code-copy__body {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #fff;
}

.c-code-copy__head-text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.c-code-copy__body-text {
  color: #fe6601;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2083333333;
  text-align: center;
}

.c-code-copy__body-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 4px 0 #1A236C;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  padding: 0.5rem 1rem;
  border: 2px solid #1A236C;
  border-radius: 8px;
  box-shadow: 0 4px 0 #1A236C;
  color: #1A236C;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-align: left;
}

.c-code-copy__body-button:hover {
  -webkit-transform: translateY(0.2em);
  -webkit-box-shadow: initial;
  transform: translateY(0.2em);
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: initial;
}

.c-code-copy__body-button::before {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
  background: url(../images/clipboard.svg) no-repeat;
  content: "";
}

.c-common-text {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c-common-text {
    font-size: 1.0625rem;
    line-height: 1.4705882353;
  }
}

.c-common-text__orange {
  color: #fe6601;
  font-weight: 600;
}

.c-common-text__under-line {
  text-decoration: underline;
}

.c-common-text a {
  -webkit-text-decoration-color: #fe6601;
  text-decoration: underline;
  text-decoration-color: #fe6601;
}

.c-common-text--bold-w6 {
  font-weight: 600;
}

.c-footer-nav__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-footer-nav__item {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}



.c-footer-nav__item:last-child {
  margin-right: 0;
}

.c-footer-nav__item:last-child a {
  border-right: transparent;
}

.c-footer-nav__item a {
  display: block;
  padding-right: 0.5rem;
  border-right: 1px solid #000;
  color: #fe6601;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c-footer-nav__item a {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.c-footer-nav__list-text {
  font-size: 0.5rem;
  margin-top: 0.5rem;

}

.c-footer-nav__item.c-footer-nav__item--mini a {
  font-size: 0.5rem;

}
@media screen and (min-width: 768px) {
  .c-footer-nav__item.c-footer-nav__item--mini a {
    font-size: 0.675rem;
  
  }

  .c-footer-nav__list-text {
    font-size: 0.675rem;
  
  }
}

.c-green-balloon {
  position: relative;
  padding: 1rem 1.3125rem;
  border-radius: 8px;
  background: #1DA45D;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-green-balloon {
    max-width: 31.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.c-green-balloon::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1DA45D transparent;
  content: "";
}

.c-green-balloon a {
  text-decoration: underline;
}

.c-green-balloon--bottom::before {
  -webkit-transform: initial;
  top: auto;
  top: initial;
  bottom: -10px;
  left: 50%;
  -webkit-transform: none;
  transform: none;
  transform: initial;
  border-width: 10px 10px 0 10px;
  border-color: #1DA45D transparent transparent transparent;
}

.p-bonus__icon {
  margin-top: 1rem;
}

.c-register-button {
  display: inline-block;
  position: relative;
  min-width: 21.4375rem;
  padding: 0.5625rem 3.625rem;
  border-radius: 8px;
  background: #ff0000;
  box-shadow: 0px 3px 6px 2px rgba(255, 0, 0, 0.35);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
  transition: all .4s;
}


.c-register-button::before{
  content: '';
	position: absolute;
	top: 0;
	left: -75%;
  width: 30%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
	transform: skewX(-25deg);
  animation: shine 1s infinite;
}


@keyframes shine {
	100% {
		left: 125%;
	}
}

.c-register-button:hover {
  box-shadow: 0px 8px 14px rgba(255, 0, 0, 0.7);
}

.c-register-button:hover:before {

  animation-play-state: paused;
}

.c-register-button span {
  line-height: 0.8333333333;
}


.c-icon-text {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: flex-start;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.c-icon-text::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  background: url(../images/icon.png) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-line-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  align-items: flex-end;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-line-text span {
  font-size: 1.25rem;
  line-height: 1.8;
}

.c-line-text::before {
  -webkit-transform: rotate(60deg) translateX(-19px) translateY(0);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 1px;
  transform: rotate(60deg) translateX(-19px) translateY(0);
  background: #fff;
  content: "";
}

.c-line-text::after {
  -webkit-transform: rotate(-60deg) translateX(19px) translateY(0);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 1px;
  transform: rotate(-60deg) translateX(19px) translateY(0);
  background: #fff;
  content: "";
}

.c-line-text--middle {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.25rem;
  line-height: 1.5;
}

.c-line-text--black {
  color: #1A236C;
}

.c-line-text--black::before {
  -webkit-transform: rotate(65deg) translate(-12px, -4px);
  transform: rotate(65deg) translate(-12px, -4px);
  background: #1A236C;
}

.c-line-text--black::after {
  -webkit-transform: rotate(-65deg) translate(12px, -8px);
  transform: rotate(-65deg) translate(12px, -8px);
  background: #1A236C;
}

.c-line-text--white {
  color: #ffffff;
}

.c-line-text--white::before {
  -webkit-transform: rotate(65deg) translate(-12px, -4px);
  transform: rotate(65deg) translate(-12px, -4px);
  background: #fff;
}

.c-line-text--white::after {
  -webkit-transform: rotate(-65deg) translate(12px, -8px);
  transform: rotate(-65deg) translate(12px, -8px);
  background: #fff;
}

.c-mini-box {
  padding: 1rem 0.75rem;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.c-mini-box__head {
  color: #fe6601;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
}

.c-mini-box__body {
  color: #000;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.c-more {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  background: #1DA45D;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.c-point {
  display: inline-block;
  z-index: 10;
  position: relative;
  min-width: 7.5rem;
  padding: 0.25rem;
  border-radius: 28px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.c-post-img {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.c-qa {
  display: block;
}

.c-qa__head {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  width: 100%;
  padding: 1.40625rem 1.25rem 1.40625rem 3.375rem;
  border-radius: 8px 8px 0 0;
  background: #1DA45D;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}

.c-qa__head::before {
  position: absolute;
  left: 1.25rem;
  margin-right: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2083333333;
  text-transform: uppercase;
  content: "q.";
}

.c-qa__body {
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  position: relative;
  padding: 0 1.25rem 0 3.4375rem;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: #1A236C;
  font-size: 1rem;
  font-weight: 700;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  padding: 1.25rem 1.25rem 1.25rem 3.4375rem;
}

.c-qa__body.is-open {
  padding: 1.25rem 1.25rem 1.25rem 3.4375rem;
  line-height: 1.5;
  opacity: 1;
}

.c-qa__body::before {
  display: inline-block;
  position: absolute;
  left: 1.25rem;
  margin-right: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2083333333;
  text-transform: uppercase;
  content: "a.";
}

.c-qa:not(:first-child) {
  margin-top: 2rem;
}

.c-qa__body--bg-gray {
  background: #EDEDED;
}

.c-qa__body-color-orange {
  color: #fe6601;
}

.c-qa__body-under-line {
  text-decoration: underline;
}

.c-ribbon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  padding: 0.625rem 1rem;
  background: #1a236c;

}


.c-ribbon::before {
  content: "";
  background: url(../images/ribbon-left.png) no-repeat;
  width: 1.27rem;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-size: cover;
  left: -1.25rem;
}
.c-ribbon::after {
  content: "";
  background: url(../images/ribbon-right.png) no-repeat;
  width: 1.27rem;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-size: cover;
right: -1.25rem;
}




.c-section-title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.c-section-title br {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-section-title br {
    display: none;
  }
}

.swiper-wrapper .swiper-slide {
  width: 70%;
  overflow: hidden;
  border-radius: 8px;
}

.swiper-container {
  overflow: hidden;
}

.swiper-container .swiper {
  overflow: visible;
}

.c-terms__text {
  color: #ff0000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.c-terms__term {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.4375rem;
  border: 2px solid #ff0000;
  border-radius: 8px;
  background: #fff;
  color: #ff0000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.c-terms__term::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  background: url(../images/description.svg) no-repeat;
  content: "";
}

.p-acc {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #EDEDED;
}

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

.p-acc__section-title {
  margin-top: 0.875rem;
}

.p-acc__text {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-acc__text {
    text-align: center;
  }
}

.p-acc__text-middle {
  margin-top: 1.625rem;
}

@media screen and (min-width: 768px) {
  .p-acc__text-middle {
    text-align: center;
  }
}

.p-acc__balloon {
  margin-top: 2rem;
}

.p-acc__box {
  margin-top: 1.625rem;
  padding: 0.4375rem;
  border: 1px solid #1A236C;
  background: #fff;
  text-align: center;
}

.p-acc__box-text {
  color: var(--font-colur-blue);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-acc__box-text--orange {
  color: #fe6601;
}

.p-acc__blue-box {
  margin-top: 1rem;
}

.p-account {
  padding-top: 2.5rem;
  background: #FFFFFF;
}

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

.p-account__section-title {
  margin-top: 0.875rem;
}

.p-account__text {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-account__text {
    text-align: center;
  }
}

.p-account__content {
  margin-top: 2rem;
}

.p-account__box {
  margin-top: 1.625rem;
  padding: 0.4375rem;
  border: 1px solid #1A236C;
  background: #fff;
  text-align: center;
}

.p-account__box-text {
  color: var(--font-colur-blue);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-account__box-text--orange {
  color: #fe6601;
}

.p-bonus {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  background: #EDEDED;
}

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

.p-bonus__section-title {
  margin-top: 0.875rem;
}

.p-bonus__text {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-bonus__text {
    text-align: center;
  }
}

.p-bonus__text-space {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-bonus__text-space {
    text-align: center;
  }
}

.p-bonus__text-middle {
  margin-top: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .p-bonus__text-middle {
    text-align: center;
  }
}

.p-bonus__text--space-half {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-bonus__text--space-half {
    text-align: center;
  }
}

.p-bonus__text-border {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.p-bonus__text-border-large {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-bonus__text-border-large2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}

.p-bonus__img {
  margin-top: 2rem;
}

.p-bonus__img-space {
  margin-top: 1.875rem;
}

.p-bonus__img-middle {
  margin-top: 1.625rem;
}

.p-bonus__text-balloon {
  margin-top: 2.5rem;
}

.p-bonus__add-wrap {
  margin-top: 1.625rem;
}

.p-bonus__add-ex {
  color: #1A236C;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.p-bonus__box-wrap {
  text-align: center;
}

.p-bonus__add-bonus {
  margin-top: 2rem;
  padding: 1.1875rem;
  border: 1px solid #FE6601;
  border-radius: 8px;
  background: #fff;
}

.p-bonus__add-bonus-title {
  color: #1A236C;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}


.p-bonus__add-bonus-title+.p-bonus__add-bonus-list {
  margin-top: 1rem;
}

.p-bonus__add-bonus-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: #1A236C;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-bonus__add-bonus-item:not(:first-child) {
  margin-top: 1rem;
}

.p-bonus__add-bonus-item::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  content: "";
}

.p-bonus__add-ex-img {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  padding-top: 68.221574344%;
}

.p-bonus__add-ex-img img {
  -o-object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-position: center;
}

.p-bonus__imgbox {
  position: relative;
  width: 100%;
  padding-top: 27.9883381924%;
}

.p-bonus__imgbox img {
  -o-object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-position: center;
}

.p-bonus__box-orange {
  margin-top: 0.5rem;
  padding: 0.625rem;
  background: #fe6601;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.p-bonus__code {
  max-width: 31.25rem;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.p-bonus__code-large {
  max-width: 31.25rem;
  margin-top: 1.625rem;
  margin-right: auto;
  margin-left: auto;
}

.p-button-area {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: #EDEDED;
}

.p-button-area__contents {
  text-align: center;
}

.p-button-area__text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.p-button-area__button {
  margin-top: 1rem;
}

.p-comment {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #fff;
}

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

.p-comment__section-title {
  margin-top: 0.875rem;
}

.p-comment__box-wrap {
  margin-top: 1.6875rem;
}

.p-comment__box {
  display: block;
  position: relative;
  padding: 1rem;
  overflow: hidden;
  background: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  cursor: pointer;
}

.p-comment__box:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url(../images/money2.png);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/money2.png);
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/money2.png);
}

.p-comment__box:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url(../images/sevens.png);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/sevens.png);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/sevens.png);
  background-size: 90%;
}

.p-comment__box:nth-child(3) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url(../images/money3.png);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/money3.png);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/money3.png);
}





.p-comment__box-text::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 0;
  border-width: 6px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
}


.p-comment__box:not(:first-child) {
  margin-top: 0.0625rem;
}

.p-comment__box:nth-child(1) {
  border-radius: 8px 8px 0 0;
}

.p-comment__box:nth-child(3) {
  border-radius: 0 0 8px 8px;
}

.p-comment__box-text {
  z-index: 10;
  position: relative;
  margin-top: 0.5rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
}

.p-contact {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #EDEDED;
}

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

.p-contact__section-title {
  margin-top: 0.875rem;
}

.p-contact__text {
  margin-top: 2rem;
}

.p-contact__img {
  margin-top: 2rem;
}

.p-contact__blue-box-wrap {
  margin-top: 2rem;
}

.p-contact__blue-box:nth-child(2) {
  margin-top: 1rem;
}

.p-description {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  background: #fff;
}

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

.p-description__section-title {
  margin-top: 0.5rem;
}

.p-description__text {
  margin-top: 2rem;
}

.p-description__contents {
  margin-top: 2rem;
}

.p-faq {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #fff;
}

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

.p-faq__section-title {
  margin-top: 0.875rem;
}

.p-faq__text {
  margin-top: 2rem;
}

.p-faq__qa {
  margin-top: 2rem;
}

.p-footer {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  background: #fff;
}

.p-footer__common-text {
  color: #000;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer__common-text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-footer__text:not(:first-child) {
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
}

.p-footer__text:not(:first-child)::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #000;
  content: "";
  opacity: 0.1;
}

.p-footer__nav {
  max-width: 19.875rem;
  margin-top: -0.5rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-footer__nav {
    max-width: 100%;
  }
}

.p-footer__nav + .p-footer__nav {

  margin-top: 0.265rem;

}


.p-free {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #fff;
}

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

.p-free__text {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-free__text {
    text-align: center;
  }
}

.p-free__img {
  display: block;
  margin-top: 1rem;
}

.p-free__text--space-half {
  margin-top: 1rem;
}

.p-free__img-wrap {
  max-width: 69.4%;
  margin-right: auto;
  margin-left: auto;
}

.p-fv-under {
  display: block;
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: #fe6601;
  background-blend-mode: screen;
  background-image: url(../images/money.png);
  background-size: cover;
}

.p-fv-under__log-wrap {
  max-width: 6rem;
  margin-right: auto;
  margin-left: auto;
}

.p-fv-under__log {
  display: block;
}

.p-fv-under__contents {
  margin-top: 1.25rem;
  text-align: center;
}

.p-fv-under__text {
  margin-top: 0.5rem;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.5;
background:rgba(254,102,1,0.4);
}

.p-fv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fe6601;
}

.p-fv__log-wrap {
  max-width: 11.25rem;
  margin-right: auto;
  margin-left: auto;
}

.p-fv__log {
  display: block;
}

.p-fv__title {
  color: #000;
  text-align: center;
}

.p-fv__title-sub {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.p-fv__title-main {
  display: block;
  margin-top: 1.25rem;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 0.8928571429;
}

.p-fv__text {
  margin-top: 1.25rem;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-fv__text {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-fv__contents {
  margin-top: 1.25rem;
  text-align: center;
}

.p-fv__copy {
  margin-top: 0.875rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.0322580645;
  text-align: center;
}

.p-fv__box-wrap {
  margin-top: 1.25rem;
}

.p-fv__box {
  min-width: 21.4375rem;
  padding: 0.625rem;
  border-radius: 40px;
  background: #fff;
  text-align: center;
}

.p-fv__box-head {
  color: #fe6601;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
}

.p-fv__box-body {
  color: #000;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
}

.p-fv__box:not(:first-child) {
  margin-top: -0.9375rem;
}

.p-fv__add {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-top: -0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.p-fv__line-text {
  margin-top: 1.25rem;
  text-align: center;
}

.p-fv__button {
  margin-top: 0.5rem;
}

.p-fv__minibox {
  -webkit-column-gap: 0.375rem;
  -moz-column-gap: 0.375rem;
  row-gap: 0.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.25rem;
  column-gap: 0.375rem;
}

.p-games {
  padding-top: 2.5rem;
  /*padding-bottom: 2.5rem;*/
  background: #fff;
}

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

.p-games__section-title {
  margin-top: 0.875rem;
}

.p-games__text {
  margin-top: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .p-games__text {
    text-align: center;
  }
}

.p-header {
  padding: 0.6875rem 2rem;
  background: #fff;
  text-align: center;
}

.p-header__title {
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3846153846;
}

.p-header__title a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-live {
  /*padding-top: 2.5rem;*/
  padding-bottom: 2.5rem;
  background: #fff;
}

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

.p-live__section-title {
  margin-top: 0.875rem;
}

.p-live__text {
  margin-top: 2rem;
}

.p-live__text-space {
  margin-top: 1.875rem;
}

.p-live__text-middle {
  margin-top: 1.6875rem;
}

.p-live__text--space-half {
  margin-top: 1rem;
}

.p-live__more {
  margin-top: 2rem;
  text-align: center;
}

.p-live__text-border {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 3.7rem;
}

.p-live__img {
  margin-top: 1rem;
}

.p-live__img-middle {
  margin-top: 1.625rem;
}

.p-slot__img-space-half {
  margin-top: 1rem;
}

.p-live__swiper-wrap {
  margin-top: 2rem;
}

.p-payment {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #EDEDED;
}

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

.p-payment__section-title {
  margin-top: 0.875rem;
}

.p-payment__text {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-payment__text {
    text-align: center;
  }
}

.p-payment__text--space-min {
  margin-top: 0.5rem;
}

.p-payment__table {
  display: block;
  margin-top: 2rem;
}

.p-payment__title-line {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #1A236C;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-payment__title-line:before,
.p-payment__title-line:after {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #1A236C;
  content: "";
}

.p-payment__title-line:before {
  margin-right: 1.125rem;
}

.p-payment__title-line:after {
  margin-left: 1.125rem;
}

.p-point {
  padding-top: 2.5rem;
  background: #fff;
}

.p-point__content {
  padding-bottom: 2.5rem;
}

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

.p-point__box-wrap {
  margin-top: 1.6875rem;
}

.p-point__section-title {
  margin-top: 0.875rem;
}

.p-point__block-wrap {
  padding-top: 2.5rem;
  background: #EDEDED;
}

.p-point__block {
  padding-bottom: 1.25rem;
}

.p-point__block-border {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.p-point__block-inner {
  padding-top: 3.75rem;
}

.p-point__box {
  padding: 1rem;
  background: #fe6601;
  text-align: center;
}

.p-point__box:not(:first-child) {
  margin-top: 0.0625rem;
}

.p-point__box:nth-child(1) {
  border-radius: 8px 8px 0 0;
}

.p-point__box:nth-child(3) {
  border-radius: 0 0 8px 8px;
}

.p-point__box-text {
  margin-top: 0.5rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
}

.p-point__block-img {
  margin-top: 1.6875rem;
}

.p-point__text {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-point__text {
    text-align: center;
  }
}

.p-point__text-middle {
  margin-top: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .p-point__text-middle {
    text-align: center;
  }
}

.p-point__text-balloon-top {
  margin-top: 2.625rem;
}

@media screen and (min-width: 768px) {
  .p-point__text-balloon-top {
    text-align: center;
  }
}

.p-point__text-ribbon {
  margin-top: 2rem;
  text-align: center;
}

.p-point__block-qa {
  margin-top: 1.875rem;
}

.p-point__block:nth-child(2) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #fff;
}

.p-point__block:nth-child(3) {
  padding-top: 2.5rem;
  background: #EDEDED;
}

.p-quick {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #EDEDED;
}

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

.p-quick__section-title {
  margin-top: 0.875rem;
}

.p-quick__text {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-quick__text {
    text-align: center;
  }
}

.p-quick__text-middle {
  margin-top: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .p-quick__text-middle {
    text-align: center;
  }
}

.p-register {
  display: block;
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fe6601;
  background-blend-mode: screen;
  background-image: url(../images/money.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-register__log-wrap {
  max-width: 6rem;
  margin-right: auto;
  margin-left: auto;
}

.p-register__log {
  display: block;
}

.p-register__minibox {
  row-gap: 0.375rem;
  -webkit-column-gap: 0.375rem;
  -moz-column-gap: 0.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.25rem;
  column-gap: 0.375rem;
}

.p-register__line-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.p-register__button {
  margin-top: 1.25rem;
  text-align: center;
}

.p-slot {
  /*padding-top: 2.5rem;*/
  padding-bottom: 1.25rem;
  /*background: #EDEDED;*/
}

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

.p-slot__section-title {
  margin-top: 0.875rem;
}

.p-slot__text {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-slot__text {
    text-align: center;
  }
}

.p-slot__text-space {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-slot__text-space {
    text-align: center;
  }
}

.p-slot__text-middle {
  margin-top: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .p-slot__text-middle {
    text-align: center;
  }
}

.p-slot__more {
  margin-top: 2rem;
  text-align: center;
}

.p-slot__text-border {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.p-slot__img {
  margin-top: 2rem;
}

.p-slot__img-large {
  margin-top: 2.625rem;
}

.p-slot__text-space-half {
  margin-top: 1rem;
}

.p-slot__swiper-wrap {
  margin-top: 2rem;
}



/* モーダル */



.c-modal-close {
  z-index: 10;
  position: relative;
  width: 2rem;
  height: 2rem;
}

.c-modal-close span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1.875rem;
  height: 2px;
  background: rgb(255, 255, 255);
}



.c-modal-close span:nth-child(1) {
  transform: rotate(45deg);
}


.c-modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}





.l-modal-term {
  width: 100%;
  height: 100%;
}


.p-modal-term {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: none;
}

.p-modal-term.p-modal-term--bonus {
  display: none;
}

.p-modal-term::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.7;
  background: #fe6601;
}


.p-modal-term__close-wrap {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.p-modal-term__inner {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}




.p-modal-term__contents {
  height: 100%;
  border-radius: 8px;
  overflow-y: scroll;
  -ms-overflow-style: none;
}


.p-modal-term__contents::-webkit-scrollbar {
  display:none;
}


.p-modal-term__detail {
  padding: 1.5rem 1.0625rem 1.875rem 0.9375rem;
  background: rgb(255, 255, 255);
}

@media screen and (min-width: 768px) {
  .p-modal-term__detail {
    max-width: 37rem;
  }
}


.p-modal-term__text {
  margin-top: 1rem;
  padding-left: 1.25rem;
  text-indent: -1em;

}






.p-modal-term.is-open {
  display: block;
}

.p-modal-term.p-modal-term--bonus.is-open {
  display: block;
}







.c-mini-box__head--font-black {
  color: #000;
}

.c-mini-box__head--font-mini {
  font-size: 1rem;
}

.c-mini-box__body--font-orange {
  color: #fe6601;
}

.c-mini-box__body--font-large {
  font-family: "Hiragino Sans";
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
}

.p-about {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  background: #EDEDED;
}

.p-about__date {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
  margin-bottom: 1.5rem;
}

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

.p-about__section-title {
  margin-top: 0.875rem;
}

.p-about__text-ribbon {
  text-align: center;
}
.p-about__img {
  margin-top: 2rem;
}

.p-about__text {
  margin-top: 2rem;
}

.p-about__text-ribbon {
  margin-top: 2rem;
}

.p-about__mini-box {
  margin-top: 2rem;
}

.p-about-mini {
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
          column-gap: 0.375rem;
}

.p-about-mini__box {
  padding: 1.1875rem 0.5625rem;
}

.mini-text {
  position: relative;
  top: -0.0625rem;
  font-size: 0.625rem;
  line-height: 1.5;
  vertical-align: super;
}

.bigfont{font-size:2rem}





.swiper-button-next, .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fe6601;
  border-radius: 50%;
  background: #fff;
}

.swiper-button-prev:after{
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #fe6601;
  border-left: 0;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
} 

.swiper-button-next::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fe6601;
  border-right: 0;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


.c-back-to-top {
  -webkit-transition: all 0.4s;
  z-index: 100;
  position: fixed;
  right: 0.625rem;
  /* bottom: 3.75rem; */
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: #fe6601;
  cursor: pointer;
  transition: all 0.4s;

  bottom: 22vw;

}

.c-back-to-top a:before {
  -webkit-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg) translate(-17%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625rem;
  height: 0.625rem;
          transform: rotate(-45deg);
          transform: rotate(-45deg) translate(-17%, -50%);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  content: "";
}

.js-modal,.js-modal2 {
  cursor: pointer;
}


.p-bunner-area {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #EDEDED;
}


.p-footer {
  /* padding-bottom: 2.5rem; */
  padding-bottom: 7.19rem;
}

.p-footer-bunner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #EDEDED;
}

.p-footer-bunner__inner {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 480px) {

  .p-footer {
    padding-bottom: 11rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-bunner__inner {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .p-footer {
    padding-bottom: 13.125rem;
  }


}
@media screen and (min-width: 900px) {
  .c-back-to-top {
    bottom: 3.75rem;

  }
}