@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Michroma&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  background: #000;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem !important;
  }
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

div,
p,
a {
  line-height: 1.4;
}

a {
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

body {
  min-width: 100%;
  width: 100%;
  line-height: 1;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

svg {
  width: auto;
  height: auto;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}

p,
dt, dd,
li {
  line-height: 1.5;
}

select {
  outline: none;
}

img {
  max-width: 100%;
}

.taCenter {
  text-align: center;
}

body {
  width: 100vw;
  z-index: 0;
}

.l-wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #111;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.8rem;
  z-index: 100;
  display: flex;
  justify-content: center;
}
.l-header__inner {
  width: 100%;
  max-width: 90rem;
  height: 100%;
  background: url("bg_header.webp") center top/100% 100% no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-main {
  width: 100%;
}

.l-container {
  width: 100%;
  max-width: 83.3rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0;
  }
}

.l-bottom-cta {
  height: 12.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(46, 46, 46, 0.5);
  backdrop-filter: blur(5px);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
.l-bottom-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* 裏側にあるフッターのリンクを押せるようにする */
}
@media screen and (max-width: 767px) {
  .l-bottom-cta {
    height: 10rem;
  }
}
.l-bottom-cta__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 66.2rem;
  padding: 1.5rem 0;
}

.c-section-sao-title__h2--01 {
  margin: 0 auto 4.7rem;
  max-width: 43rem;
}
@media screen and (max-width: 767px) {
  .c-section-sao-title__h2--01 {
    margin: 0 -4.5rem 2.5rem;
    padding: 0 0.75rem;
  }
}
.c-section-sao-title__h2--02 {
  margin: 0 auto 3rem;
  max-width: 47.3rem;
}
@media screen and (max-width: 767px) {
  .c-section-sao-title__h2--02 {
    margin: 0 -4.5rem 3rem;
    padding: 0 0.75rem;
  }
}
.c-section-sao-title__h2--03 {
  margin: 0 auto 4.7rem;
  max-width: 63.6rem;
}
@media screen and (max-width: 767px) {
  .c-section-sao-title__h2--03 {
    margin: 0 -4.5rem 2rem;
    padding: 0 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sec-ggo-heading {
    margin: 0 1.6rem;
  }
}
.c-sec-ggo-heading h2 {
  font-family: "Michroma", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-sec-ggo-heading h2 {
    font-size: 3.2rem;
  }
}
.c-sec-ggo-heading h2::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  height: 1.55rem;
  margin: auto;
  margin-top: 0.3em;
  max-width: 41.5rem;
  width: 100%;
}
.c-sec-ggo-heading p {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-sec-ggo-heading p {
    font-size: 1.6rem;
  }
}

.c-corner {
  position: relative;
}
.c-corner__parts {
  position: absolute;
}
.c-corner__parts:nth-of-type(1) {
  left: 0;
  top: 0;
}
.c-corner__parts:nth-of-type(2) {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}
.c-corner__parts:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.c-corner__parts:nth-of-type(4) {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.c-section-reticle {
  position: relative;
}
.c-section-reticle__item {
  max-width: 26.1rem;
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-section-reticle__item {
    top: -3.4%;
  }
}

.c-ggo-btn {
  max-width: 35.2rem;
  max-height: 7.325rem;
}
@media screen and (max-width: 767px) {
  .c-ggo-btn {
    max-width: initial;
    width: 30rem;
  }
}
.c-ggo-btn__link {
  border-radius: 5rem;
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: 0.05rem;
  padding: 2rem 4.2rem;
  position: relative;
  transition: 0.3s all;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-ggo-btn__link {
    font-size: 2rem;
    padding: 1.5rem 2.6rem 1.5rem 3.6rem;
  }
}
.c-ggo-btn__link--red {
  color: #FF5759 !important;
  border: 1px solid #FF5759;
  box-shadow: #FF0000 0 0 24px, #FF0000 0 0 8px;
}
.c-ggo-btn__link--red::after {
  content: "";
  background-image: url(../img/icon_ggo_arw_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3rem;
  height: 1.6rem;
  display: inline-block;
  position: absolute;
  right: 2.8rem;
  top: calc(50% - 0.7rem);
}
.c-ggo-btn__link--red:hover {
  background: #FF5759;
  border: 1px solid #fff;
  color: #fff !important;
}
.c-ggo-btn__link--red:hover::after {
  filter: brightness(0) saturate(100%) invert(93%) sepia(77%) saturate(2%) hue-rotate(1deg) brightness(107%) contrast(100%);
}
.c-ggo-btn__link--blue {
  color: #94F6F7 !important;
  border: 1px solid #94F6F7;
  box-shadow: #94F6F7 0 0 24px, #94F6F7 0 0 8px;
}
@media screen and (max-width: 767px) {
  .c-ggo-btn__link--blue {
    padding: 1.6rem 2rem 1.6rem 3rem;
  }
}
.c-ggo-btn__link--blue::after {
  content: "";
  background-image: url(../img/icon_ggo_arw_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3rem;
  height: 1.6rem;
  display: inline-block;
  position: absolute;
  right: 2.8rem;
  top: calc(50% - 0.7rem);
}
.c-ggo-btn__link--blue:hover {
  background: #94F6F7;
  color: #000 !important;
}
.c-ggo-btn__link--blue:hover::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(0%) hue-rotate(51deg) brightness(98%) contrast(107%);
}

.c-btn-switch {
  margin-right: 1.2rem;
  width: 25rem;
}
.c-btn-switch a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  height: 8rem;
  padding: 0 3.3rem 0 8.6rem;
  position: relative;
  width: 100%;
}
.c-btn-switch a::after {
  content: "";
  height: 6rem;
  left: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
}

.c-switch-sp {
  right: 0;
  position: fixed;
  top: 19.7rem;
  z-index: 1000;
}
.c-switch-sp__sao.c-btn-switch a {
  border: 1px #34CCF6 solid;
  box-shadow: 0 0 1.2rem #34CCF6;
}
.c-switch-sp__sao.c-btn-switch a::after {
  background: url(../img/icon_cta_switch_blue.svg);
}
.c-switch-sp__ggo.c-btn-switch a {
  border: 1px #FF5759 solid;
  box-shadow: 0 0 1.2rem #FF5759;
}
.c-switch-sp__ggo.c-btn-switch a::after {
  background: url(../img/icon_cta_switch_red.svg);
}
.c-switch-sp .c-btn-switch {
  color: #fff;
  width: 2.8rem;
  writing-mode: vertical-lr;
}
.c-switch-sp .c-btn-switch a {
  font-size: 1.2rem;
  height: 15.3rem;
  letter-spacing: 0.2rem;
  padding: 3rem 0.8rem 0.5rem 0.8rem;
}
.c-switch-sp .c-btn-switch a::after {
  background-size: contain;
  content: "";
  height: 2.2rem;
  left: 50%;
  position: absolute;
  top: 0.3rem;
  transform: translateX(-50%);
  width: 2.2rem;
}

.c-btn-apply {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-btn-apply {
    width: calc(100% - 7rem);
  }
}
.c-btn-apply a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(87, 87, 87) 100%);
  border-radius: 100px;
  font-size: 2.4rem;
  font-weight: bold;
  height: 9.6rem;
  padding: 0 5rem 0 10.3rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn-apply a {
    font-size: 1.8rem;
    height: 7rem;
    padding: 0 3.8rem 0 8.7rem;
  }
}
.c-btn-apply a::after {
  box-shadow: 0 0 1.1rem #fff;
  content: "";
  height: 7.6rem;
  left: 4.05rem;
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  width: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn-apply a::after {
    left: 3rem;
    top: 25%;
  }
}

.p-sao-bottom-cta .c-btn-switch a {
  border: 1px #34CCF6 solid;
  box-shadow: 0 0 1.2rem #34CCF6;
}
.p-sao-bottom-cta .c-btn-switch a::after {
  background: url(../img/icon_cta_switch_blue.svg);
}
.p-sao-bottom-cta .c-btn-apply a {
  border: 3px #34CCF6 solid;
  color: #34CCF6;
}
@media screen and (max-width: 767px) {
  .p-sao-bottom-cta .c-btn-apply a {
    border: 4px #34CCF6 solid;
  }
}
.p-sao-bottom-cta .c-btn-apply a::after {
  background: url(../img/img_sao_card_68840.webp);
  background-size: contain;
}

.p-ggo-bottom-cta .c-btn-switch a {
  border: 1px #FF5759 solid;
  box-shadow: 0 0 1.2rem #FF5759;
}
@media screen and (max-width: 767px) {
  .p-ggo-bottom-cta .c-btn-switch a {
    border: 4px #FF5759 solid;
  }
}
.p-ggo-bottom-cta .c-btn-switch a::after {
  background: url(../img/icon_cta_switch_red.svg);
}
.p-ggo-bottom-cta .c-btn-apply a {
  border: 3px #FF5759 solid;
  color: #FF5759;
}
.p-ggo-bottom-cta .c-btn-apply a::after {
  background: url(../img/img_ggo_card_69430.webp);
  background-size: contain;
}

.u-text-note {
  display: inline-block;
  margin-top: 0.5rem;
}

/* カスタム下線（標準のtext-decorationより綺麗に制御可能） */
.u-link-underline {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0.1rem solid #ffffff;
  padding-bottom: 0.2rem;
  transition: opacity 0.3s ease;
}
.u-link-underline:hover {
  opacity: 0.7;
}

.p-header-belt {
  background-color: #000;
  height: 1.8rem;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header-belt {
    height: 0.8rem;
  }
}

.p-header-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/bg_header.webp") top center/contain no-repeat;
  max-width: 830px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header-logos {
    height: 3.3rem;
  }
}
.p-header-logos__inr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-header-logos__inr {
    width: 81%;
  }
}
.p-header-logos__sao {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .p-header-logos__sao {
    width: 10.3rem;
  }
}
.p-header-logos__cross {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .p-header-logos__cross {
    width: 1rem;
  }
}
.p-header-logos__life {
  width: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-header-logos__life {
    width: 4.7rem;
  }
}
.p-header-logos__ggo {
  width: 22.4rem;
}
@media screen and (max-width: 767px) {
  .p-header-logos__ggo {
    width: 10.6rem;
  }
}

.p-fv {
  height: 58rem;
  margin-bottom: 3.4rem;
  position: relative;
  width: 100%;
}
.p-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}
.p-fv__deco--sao {
  bottom: 35px;
  height: 44.6rem;
  left: 133px;
  position: absolute;
  width: 32.8rem;
}
@media screen and (max-width: 767px) {
  .p-fv__deco--sao {
    bottom: 0;
    height: 10.4rem;
    left: initial;
    right: 0;
    width: 18rem;
  }
}
.p-fv__deco--ggo {
  bottom: 13px;
  height: 45.8rem;
  right: 220px;
  position: absolute;
  width: 28.7rem;
}
@media screen and (max-width: 767px) {
  .p-fv__deco--ggo {
    bottom: 0;
    height: 11.3rem;
    left: 0;
    right: initial;
    width: 19rem;
  }
}
.p-fv__bg-panel {
  flex: 1;
  position: relative;
}
.p-fv__bg-panel--sao {
  background-color: #05262c;
  border-left: 8px solid #34CCF6;
  border-bottom: 8px solid #34CCF6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-panel--sao {
    border-left: 3px solid #34CCF6;
    border-bottom: 3px solid #34CCF6;
  }
}
.p-fv__bg-panel--sao::before {
  background: url("../img/deco_sao_bottom.webp") no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 32px;
  position: absolute;
  right: 0;
  width: 374px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-panel--sao::before {
    height: 1.4rem;
    width: 16.3rem;
  }
}
.p-fv__bg-panel--sao::after {
  background: url("../img/deco_sao_side.webp") no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 498px;
  left: 0;
  position: absolute;
  width: 52px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-panel--sao::after {
    height: 21.2rem;
    width: 2.2rem;
  }
}
.p-fv__bg-panel--ggo {
  background-color: #000000;
  border-bottom: 8px solid #FF5759;
  border-right: 8px solid #FF5759;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-panel--ggo {
    border-bottom: 3px solid #FF5759;
    border-right: 3px solid #FF5759;
  }
}
.p-fv__bg-panel--ggo::before {
  background: url("../img/deco_ggo_bottom.webp") no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  width: 374px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-panel--ggo::before {
    height: 1.4rem;
    width: 16.3rem;
  }
}
.p-fv__bg-panel--ggo::after {
  background: url("../img/deco_ggo_side.webp") no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 498px;
  position: absolute;
  right: 0;
  width: 52px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-panel--ggo::after {
    height: 21.2rem;
    width: 2.2rem;
  }
}
.p-fv__heading {
  position: relative;
  width: 100%;
  z-index: 50;
  text-align: center;
}
.p-fv__tags {
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-fv__tags {
    gap: 0.4rem;
    padding-top: 5.6rem;
  }
}
.p-fv__tags-item {
  max-width: 299px;
}
@media screen and (max-width: 767px) {
  .p-fv__tags-item {
    width: 18.8rem;
  }
}
.p-fv__title {
  margin: 1.6rem auto 0;
  max-width: 640px;
  widht: 100%;
}
.p-fv__title-img {
  width: 100%;
  max-width: 60rem;
}
.p-fv__board {
  height: auto;
  width: 100%;
  position: relative;
  margin-top: 1.6rem;
  z-index: 50;
}
.p-fv__card--68850 {
  max-width: 25.4rem;
  position: absolute;
  top: 0;
  right: calc(50% + 18.3rem);
}
@media screen and (max-width: 767px) {
  .p-fv__card--68850 {
    right: calc(50% + 1.2rem);
    top: 18.5rem;
    width: 17rem;
  }
}
.p-fv__card--68840 {
  max-width: 16rem;
  position: absolute;
  top: 0;
  right: calc(50% + 1.2rem);
}
@media screen and (max-width: 767px) {
  .p-fv__card--68840 {
    width: 11rem;
  }
}
.p-fv__card--69430 {
  max-width: 16rem;
  position: absolute;
  top: 0;
  left: calc(50% + 1.7rem);
}
@media screen and (max-width: 767px) {
  .p-fv__card--69430 {
    top: 4.9rem;
    width: 11rem;
  }
}

@keyframes rippleblue {
  0% {
    box-shadow: 0 0 0 0 #34CCF6;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@keyframes ripplered {
  0% {
    box-shadow: 0 0 0 0 #FF5759;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.p-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.2rem;
}
.p-tabs__item {
  margin-right: 2%;
  max-width: 40rem;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-tabs__item {
    width: 16.8rem;
  }
}
.p-tabs__item.active .p-tabs__btn--sao {
  background: linear-gradient(to bottom, #99f0ff, #33ccff);
  box-shadow: 0 0 1.5rem rgba(0, 229, 255, 0.4);
  color: #003344;
  border: 2px solid #fff;
}
.p-tabs__item.active .p-tabs__btn--ggo {
  background: linear-gradient(to bottom, #ff9293, #ff5759);
  box-shadow: 0 0 1.5rem rgba(0, 229, 255, 0.4);
  color: #2e2e2e;
  border: 2px solid #fff;
}
.p-tabs__item:last-child {
  margin-right: 0;
}
.p-tabs__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 6.8rem;
  transition: 0s;
  width: 100%;
}
.p-tabs__btn:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  color: #fff;
}
.p-tabs__btn span {
  color: #2e2e2e;
  text-align: center;
}
.p-tabs__btn--sao {
  background-color: rgba(52, 204, 246, 0.5);
  border-radius: 0.6rem;
}
.p-tabs__btn--sao:hover {
  animation: rippleblue 1.5s infinite;
}
.p-tabs__btn--ggo {
  background-color: #8b3a3a;
  color: #b05c5c;
  border-radius: 0.6rem;
}
.p-tabs__btn--ggo:hover {
  animation: ripplered 1.5s infinite;
}
.p-tabs__sub {
  font-family: "Noto Sans JP", serif;
  font-size: 0.8rem;
  letter-spacing: 0.5rem;
}
.p-tabs__main {
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-tabs__main {
    font-size: 1.4rem;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-content-box {
  background-color: #333333;
  border-radius: 0.8rem;
  display: none;
  opacity: 0;
  padding: 3.2rem 4.5rem 11.2rem;
  position: relative;
  z-index: 1;
}
.p-content-box.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .p-content-box {
    background-color: initial;
    border-radius: 0;
  }
}
.p-content-box--sao {
  border: 0.2rem solid #00e5ff;
  box-shadow: 0 0 2rem rgba(0, 229, 255, 0.2);
}
.p-content-box--sao div,
.p-content-box--sao p,
.p-content-box--sao li,
.p-content-box--sao a {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p-content-box--ggo {
  background-color: #000;
  border: 0.2rem solid #FF5759;
  box-shadow: 0 0 2rem rgb(255, 87, 89);
  padding: 3.2rem 0rem 14rem;
}
.p-content-box--ggo div,
.p-content-box--ggo p,
.p-content-box--ggo li,
.p-content-box--ggo a {
  font-family: "Noto Sans JP", serif;
  color: #fff;
}

.p-card-display {
  margin-bottom: 5.7rem;
}
.p-card-display__images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-card-display__images {
    flex-direction: column;
  }
}
.p-card-display__images--68850 {
  max-width: 31.7rem;
}
@media screen and (max-width: 767px) {
  .p-card-display__images--68850 {
    margin: auto;
    max-width: initial;
    order: 2;
    width: 23.2rem;
  }
}
.p-card-display__images--68840 {
  max-width: 20rem;
  align-self: flex-start; /* この要素だけ引き伸ばしを解除して上揃え */
}
@media screen and (max-width: 767px) {
  .p-card-display__images--68840 {
    margin: auto;
    max-width: initial;
    order: 1;
    width: 14.6rem;
  }
}
.p-card-display__images--69430 {
  max-width: 21.4rem;
}
@media screen and (max-width: 767px) {
  .p-card-display__images--69430 {
    margin: auto;
    max-width: initial;
    order: 1;
    width: 14.6rem;
  }
}
.p-card-display__caption {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

.p-benefit {
  margin-bottom: 4.7rem;
}
.p-benefit__title {
  margin: 0 auto 4rem;
  max-width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-benefit__title {
    margin: 0 auto 1.8rem 0;
    width: 21.5rem;
  }
}
.p-benefit__title--02 {
  margin: 0 auto 4rem;
  max-width: 23.8rem;
}
@media screen and (max-width: 767px) {
  .p-benefit__title--02 {
    margin: 0 auto 1.8rem 0;
  }
}
.p-benefit__desc {
  color: #8EFFA6;
  font-weight: 700;
  margin-bottom: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-benefit__desc {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    text-align: left;
  }
}
.p-benefit__desc--02 {
  color: #8EFFA6;
  font-weight: 700;
  letter-spacing: -0.06rem;
  margin-bottom: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-benefit__desc--02 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-align: left;
  }
}

.p-product-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-product-list {
    flex-direction: column;
  }
}

.p-product-item {
  margin-right: 2%;
  max-width: 34rem;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-product-item {
    margin: 0 0 2.5rem;
    width: 100%;
  }
}
.p-product-item:last-child {
  margin: 0;
}
.p-product-item__name {
  color: #8EFFA6;
  font-size: 1.2rem;
  margin-bottom: 1.1rem;
  text-align: center;
}
.p-product-item__note {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-item__note {
    font-size: 1rem;
    text-align: left;
  }
}

.p-campaign-notes {
  background-image: url(../img/bg_hexa.webp);
  background-repeat: repeat;
  margin: 0 -4.5rem 4.7rem;
  padding: 3.5rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-campaign-notes {
    margin: 0 auto 4.7rem;
    padding: 2rem;
  }
}
.p-campaign-notes__title {
  color: #fff;
  margin-bottom: 2rem;
}
.p-campaign-notes__list li {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-campaign-notes__list li {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-campaign-notes__list > li {
  padding-left: 1.4rem;
  position: relative;
}
.p-campaign-notes__list > li::after {
  content: "●";
  left: 0;
  position: absolute;
  top: 0;
}

.p-exchange-sec__title {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.072rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-exchange-sec__title {
    font-size: 1.7rem;
    margin-bottom: 1.9rem;
  }
}
.p-exchange-sec__subtitle {
  font-size: 1.4rem;
  letter-spacing: 0.056rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-sec__subtitle {
    font-size: 1.1rem;
  }
}
.p-exchange-sec__divider {
  margin-bottom: 5rem;
  max-width: 72rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-sec__divider {
    margin-bottom: 2.5rem;
  }
}

.p-exchange-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-list {
    flex-direction: column;
  }
}

.p-exchange-item {
  max-width: 34rem;
  margin-right: 2%;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-exchange-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0 2.5rem;
    width: 100%;
  }
}
.p-exchange-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-exchange-item:last-child {
    margin: 0;
  }
}
.p-exchange-item--full {
  margin-bottom: 3rem;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-exchange-item--full {
    margin-bottom: 2rem;
  }
}
.p-exchange-item__name {
  color: #8EFFA6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-exchange-item__name {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    order: 2;
  }
}
.p-exchange-item__point {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-exchange-item__point {
    order: 3;
  }
}

.p-exchange-combined {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-combined {
    margin-bottom: 2.4rem;
  }
}
.p-exchange-combined__text {
  color: #8EFFA6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-exchange-combined__text {
    font-size: 1.2rem;
  }
}

.p-exchange-action {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-action {
    margin-bottom: 14rem;
  }
}
.p-exchange-action__btn-wrap {
  margin: 0 auto 0.9rem;
  max-width: 39rem;
}
.p-exchange-action__note {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-exchange-action__note {
    font-size: 1rem;
    text-align: left;
  }
}

.p-original-item {
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-original-item {
    margin-bottom: 12rem;
  }
}
.p-original-item__text {
  margin: 0 auto 3rem;
  max-width: 49.9rem;
}
@media screen and (max-width: 767px) {
  .p-original-item__text {
    margin: 0 auto 1.8rem;
    width: 22rem;
  }
}
.p-original-item__desc {
  color: #FFCC66;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-original-item__desc {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}
.p-original-item__btn-wrap {
  margin: 0 auto;
  max-width: 39rem;
}

.p-info {
  margin-bottom: 12rem;
}
.p-info__btn {
  margin: 0 auto;
  max-width: 39rem;
}

.p-basic-info {
  background-image: url(../img/bg_hexa.webp);
  background-repeat: repeat;
  margin: 0 -4.5rem 4.7rem;
  padding: 3.5rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-basic-info {
    margin: 0 auto 4.7rem;
    padding: 4rem 2rem 2rem;
  }
}
.p-basic-info dt,
.p-basic-info dd {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-basic-info dt,
  .p-basic-info dd {
    font-size: 1rem;
  }
}
.p-basic-info__list {
  margin: 0;
  display: grid;
  grid-template-columns: 24rem 1fr;
  row-gap: 3rem;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-basic-info__list {
    grid-template-columns: 1fr;
    row-gap: 0;
    column-gap: 0;
  }
}
.p-basic-info__term {
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-basic-info__term {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }
}
.p-basic-info__term::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ffffff;
}
.p-basic-info__desc {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-basic-info__desc {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.p-basic-info__desc span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-basic-info__desc span {
    font-size: 1rem;
  }
}
.p-basic-info__sublist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-basic-info__sublist > li {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 767px) {
  .p-basic-info__sublist > li {
    font-size: 1rem;
  }
}
.p-basic-info__sublist > li:last-child {
  margin-bottom: 0;
}
.p-basic-info__sublist a {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-basic-info__sublist a {
    font-size: 1rem;
  }
}

.p-glow-panel {
  margin: 0 auto;
  max-width: 34.8rem;
}
@media screen and (max-width: 767px) {
  .p-glow-panel {
    order: 1;
  }
}
.p-glow-panel--gold {
  margin: 0 auto 3rem;
  max-width: 43.5rem;
}
@media screen and (max-width: 767px) {
  .p-glow-panel--gold {
    margin: 0 auto 1.5rem;
  }
}

.p-ggo-benefit {
  background: linear-gradient(180deg, #000000 0%, #8E6464 24%, #8E6464 37%, #000000 55%, #000000 100%);
  margin-bottom: 3.7rem;
  padding: 3rem 0 3rem;
}
.p-ggo-benefit__title {
  color: #fff;
}
.p-ggo-benefit__title::after {
  background-image: url(../img/img_ggo_title_under_red.svg);
}
.p-ggo-benefit__subtitle {
  color: #fff;
}
.p-ggo-benefit__visual {
  margin: 0 -18.5rem;
  position: relative;
  z-index: 10;
}
.p-ggo-benefit__animation {
  margin: 0 18.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-benefit__animation {
    margin: 0 0 3.2rem;
  }
}
.p-ggo-benefit__caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(47, 47, 47, 0.85) 100%);
  margin: -6rem auto 0;
  max-width: 42rem;
  padding: 5.9rem 1.2rem 2rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-ggo-benefit__caption {
    padding: 5.9rem 1rem 2rem;
    width: 35.8rem;
  }
}
.p-ggo-benefit__caption-main {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 2.4rem;
  text-align: center;
  text-shadow: #FF5759 0 0 8px, #FF5759 0 0 8px;
}
@media screen and (max-width: 767px) {
  .p-ggo-benefit__caption-main {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-ggo-benefit__caption-main span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-benefit__caption-main span {
    font-size: 1.4rem;
  }
}
.p-ggo-benefit__caption-sub {
  color: #fff;
  font-family: "Michroma", sans-serif !important;
  font-size: 0.9rem;
  letter-spacing: 0.5rem;
  text-align: center;
}
.p-ggo-benefit__caption-parts {
  width: 1.4rem;
  position: absolute;
}
.p-ggo-benefit__notes-list {
  margin-bottom: 3.8rem;
  padding: 0 19rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-benefit__notes-list {
    padding: 0 1.6rem;
  }
}
.p-ggo-benefit__notes-list li {
  color: #fff;
  font-size: 1.4rem;
  padding-left: 1em;
  position: relative;
}
.p-ggo-benefit__notes-list li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

@keyframes fall {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
.p-ggo-animation {
  background-image: url(../img/bg_ggo_animation.svg);
  background-repeat: repeat;
  background-size: 100% auto;
  animation: fall 7s infinite linear;
}

.p-ggo-benefit-notes {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(47, 47, 47, 0.85) 90%);
  padding: 2.265rem 4rem 3.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ggo-benefit-notes {
    margin: 0 1.6rem;
    padding: 1.9rem 1.2rem 3.2rem;
  }
}
.p-ggo-benefit-notes__title {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ggo-benefit-notes__title {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }
}
.p-ggo-benefit-notes__desc {
  font-size: 1.4rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-benefit-notes__desc {
    font-size: 1.2rem;
    line-height: 1.58;
  }
}
.p-ggo-benefit-notes__list li {
  font-size: 1.4rem;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ggo-benefit-notes__list li {
    font-size: 1.2rem;
    line-height: 1.58;
  }
}
.p-ggo-benefit-notes__list li::after {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.p-ggo-point {
  background: linear-gradient(180deg, rgb(255, 87, 89) 0%, rgb(0, 0, 0) 100%);
  padding: 9.6rem 0 6.9rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-point {
    padding: 8rem 0 3.8rem;
  }
}
.p-ggo-point__title {
  color: #000;
}
.p-ggo-point__title::after {
  content: "";
  background-image: url(../img/img_ggo_title_under_white.svg);
}
.p-ggo-point__subtitle {
  color: #000 !important;
}
.p-ggo-point__visual {
  margin: 0 -18.5rem;
  position: relative;
  z-index: 10;
}
.p-ggo-point__animation {
  margin: 0 18.5rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-point__animation {
    margin: 0 0 4.5rem;
  }
}
.p-ggo-point__caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(47, 47, 47, 0.85) 100%);
  margin: -6rem auto 0;
  max-width: 42rem;
  padding: 5.9rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-point__caption {
    padding: 5.9rem 2.5rem 2rem;
    width: 35.8rem;
  }
}
.p-ggo-point__caption-main {
  color: #fff;
  font-size: 2.3rem;
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: #FF0000 0 0 8px, #FF0000 0 0 8px;
}
@media screen and (max-width: 767px) {
  .p-ggo-point__caption-main {
    font-size: 2rem;
    margin-bottom: 1.7rem;
  }
}
.p-ggo-point__caption-point {
  background: url(../img/bg_ggo_point.svg) no-repeat;
  background-size: 100% auto;
  background-position: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto 1.875rem;
  max-width: 36.1rem;
  padding: 1rem 0;
  text-align: center;
  text-shadow: #FF0000 0 0 8px, #FF0000 0 0 8px;
}
@media screen and (max-width: 767px) {
  .p-ggo-point__caption-point {
    font-size: 1.4rem;
    margin: 0 auto 1.6rem;
  }
}
.p-ggo-point__caption-point span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-point__caption-point span {
    font-size: 1.2rem;
  }
}
.p-ggo-point__caption-sub {
  font-size: 0.9rem;
  font-family: "Michroma", sans-serif !important;
  letter-spacing: 0.5rem;
  text-align: center;
}
.p-ggo-point__btn {
  margin: 0 auto 3.7rem;
}
.p-ggo-point__notes {
  margin: auto;
  max-width: fit-content;
}
.p-ggo-point__notes li {
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
.p-ggo-point__notes li::after {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.p-ggo-program {
  background: url(../img/bg_ggo_program.webp) no-repeat;
  background-size: cover;
  padding: 9.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-ggo-program {
    padding: 8rem 0 10rem;
  }
}
.p-ggo-program__heading {
  margin-bottom: 4.6rem;
}
.p-ggo-program__title::after {
  background-image: url(../img/img_ggo_title_under_red.svg);
}
.p-ggo-program__detail {
  margin: 0 auto 4.6rem;
  max-width: 41.7rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-program__detail {
    margin: 0 1.6rem 4.6rem;
  }
}
.p-ggo-program__flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.p-ggo-program__box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  flex-direction: column;
  height: 15rem;
  margin-right: 2%;
  max-width: 19.7rem;
  padding: 3.5rem 1.8rem;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-ggo-program__box {
    height: 13.2rem;
    padding: 2.4rem 1.65rem;
  }
}
.p-ggo-program__box--wide {
  flex-direction: row;
  margin: 0 auto;
  max-width: initial;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-ggo-program__box--wide {
    height: 9.9rem;
  }
}
.p-ggo-program__box:last-child {
  margin-right: 0;
}
.p-ggo-program__box p {
  font-weight: bold;
  text-shadow: #FF0000 0 0 8px, #FF0000 0 0 8px;
}
.p-ggo-program__name {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ggo-program__name {
    font-size: 1.5rem;
  }
}
.p-ggo-program__value {
  display: flex;
  align-items: baseline;
  font-size: 6.7rem;
  letter-spacing: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-ggo-program__value {
    font-size: 5.8rem;
  }
}
.p-ggo-program__prefix {
  font-size: 2.34rem;
  margin-bottom: -0.2rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-ggo-program__prefix {
    font-size: 2rem;
  }
}
.p-ggo-program__unit {
  display: inline;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-program__unit {
    font-size: 2.7rem;
  }
}
.p-ggo-program__wide-left {
  margin-right: 1.1rem;
}
.p-ggo-program__wide-title {
  font-size: 2.34rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-program__wide-title {
    font-size: 2rem;
  }
}
.p-ggo-program__wide-value {
  font-size: 4.101rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-program__wide-value {
    font-size: 3.5rem;
  }
}
.p-ggo-program__wide-text {
  font-size: 2.499rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-ggo-program__wide-text {
    font-size: 2rem;
  }
}
.p-ggo-program__wide-tag {
  background: #fff;
  box-shadow: #FF0000 0 0 8px, #FF0000 0 0 8px;
  border-radius: 5rem;
  color: #000 !important;
  font-size: 1.4rem;
  line-height: 1em;
  margin-top: 0.5em;
  padding: 0.5em 0.8em;
  text-align: center;
  text-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .p-ggo-program__wide-tag {
    font-size: 1.2rem;
    padding: 0.45em;
  }
}
.p-ggo-program__btn {
  margin: 0 auto;
}

.p-ggo-original {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(88, 97, 97) 100%);
  padding: 9.3rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-original {
    padding: 8rem 0 10rem;
  }
}
.p-ggo-original__title::after {
  background-image: url(../img/img_ggo_title_under_blue.svg);
}
.p-ggo-original__animation {
  margin: 0 18.5rem 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-original__animation {
    margin: 0 0 2.3rem;
  }
}
.p-ggo-original__visual {
  margin: 0 -18.5rem;
  position: relative;
  z-index: 10;
}
.p-ggo-original__caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(47, 47, 47, 0.85) 100%);
  margin: -6rem auto 0;
  max-width: 42rem;
  padding: 5.9rem 1.2rem 2rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-ggo-original__caption {
    width: 35.8rem;
  }
}
.p-ggo-original__caption-main {
  font-size: 2.8rem;
  margin-bottom: 2.4rem;
  text-align: center;
  text-shadow: #94F6F7 0 0 8px;
}
@media screen and (max-width: 767px) {
  .p-ggo-original__caption-main {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
}
.p-ggo-original__caption-main span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-original__caption-main span {
    font-size: 1.4rem;
  }
}
.p-ggo-original__caption-sub {
  font-family: "Michroma", sans-serif !important;
  font-size: 0.9rem;
  letter-spacing: 0.5rem;
  text-align: center;
}
.p-ggo-original__desc {
  line-height: 1.7;
  margin: 0 auto 4.68rem;
  max-width: 41.7rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-original__desc {
    font-size: 1.4rem;
    margin: 0 auto 4rem;
    width: calc(100% - 3.4rem);
  }
}
.p-ggo-original__btn {
  max-width: 40.3rem !important;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-ggo-original__btn {
    font-size: 1.4rem;
    margin: 0 auto 4rem;
    width: calc(100% - 4.6rem) !important;
  }
}
.p-ggo-original__btn a::after {
  right: 2rem;
}

.p-ggo-info {
  padding: 9.3rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-info {
    padding: 8rem 0 10rem;
  }
}
.p-ggo-info__heading {
  margin-bottom: 2.4rem;
}
.p-ggo-info__title::after {
  background-image: url(../img/img_ggo_title_under_red.svg);
}
.p-ggo-info__container {
  background-color: rgba(255, 255, 255, 0.12);
  margin: 0 auto;
  max-width: 41.95rem;
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-info__container {
    padding: 2.4rem 1.9rem;
    width: calc(100% - 2.8rem);
  }
}
.p-ggo-info__container p,
.p-ggo-info__container li,
.p-ggo-info__container a {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-info__container p,
  .p-ggo-info__container li,
  .p-ggo-info__container a {
    font-size: 1.2rem;
  }
}
.p-ggo-info__box {
  border-bottom: 1px solid #353535;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.p-ggo-info__box:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-ggo-info__box h5 {
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-ggo-info__box h5 {
    font-size: 1.4rem;
  }
}
.p-ggo-info__box--annot {
  font-size: 1.1rem;
  line-height: 2;
}
.p-ggo-info__flex {
  display: flex;
}
.p-ggo-info__flex li {
  margin-right: 4.6rem;
}
.p-ggo-info__flex li:last-child {
  margin-right: 0;
}
.p-ggo-info ul li a {
  padding-left: 1em;
  position: relative;
  text-decoration: underline;
}
.p-ggo-info ul li a::after {
  content: "";
  background-image: url(../img/icon_arw_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.7em;
  height: 0.7em;
  left: 0;
  top: calc(50% - 0.3rem);
  position: absolute;
}

.p-footer-sao {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-footer-sao__company {
  margin: 0 auto 2rem;
}
.p-footer-sao__company img {
  margin: auto;
}
.p-footer-sao__btn {
  margin: 0 auto 2.4rem;
  max-width: 28.2rem;
}
.p-footer-sao__copyright {
  color: #fff;
  font-size: 0.98rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.p-footer-ggo__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-footer-ggo__company {
  margin-bottom: 2.4rem;
}
.p-footer-ggo__company img {
  margin: auto;
}
.p-footer-ggo__btn {
  margin: 0 auto 4.375rem;
  max-width: 40rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer-ggo__btn {
    width: calc(100% - 4.6rem);
  }
}
.p-footer-ggo__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer-ggo__btn a::after {
  right: 8rem;
}
@media screen and (max-width: 767px) {
  .p-footer-ggo__btn a::after {
    right: 6.9rem;
  }
}
.p-footer-ggo__copyright {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}/*# sourceMappingURL=index.css.map */