@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;700&family=Cairo:wght@200&display=swap");
/* RESET
================================================================================ */
body {
  background: #fff;
}

a {
  cursor: pointer;
  color: #58b7b3;
}
a:visited {
  color: #5a7fb9;
}
a:hover, a:active, a:focus {
  color: #7cc6c3;
}
a:hover img, a:active img, a:focus img {
  filter: brightness(130%);
}

#contents,
#mainContents {
  width: 100%;
  background: transparent;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 1;
}

figure {
  margin: 0;
}

.sp_content div {
  box-sizing: border-box;
}
.sp_content p, .sp_content a, .sp_content ul, .sp_content li, .sp_content dt, .sp_content dd, .sp_content figcaption {
  word-break: break-all;
}
.sp_content p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.sp_content div,
.sp_content p,
.sp_content a,
.sp_content ul,
.sp_content li,
.sp_content h1,
.sp_content h2,
.sp_content h3,
.sp_content h4 {
  font-weight: inherit;
}
.sp_content img {
  max-width: 100%;
  height: auto;
}
.sp_content a img {
  display: block;
  transition: all 0.6s;
}
.sp_content div {
  box-sizing: border-box;
}
.sp_content .sp_container {
  max-width: 1080px;
  margin: 0 auto;
}
.sp_content .alt {
  display: none;
}
.sp_content .cf {
  zoom: 1;
}
.sp_content .cf:before, .sp_content .cf:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.sp_content .cf:after {
  clear: both;
}

/* SNS
======================================== */
.sp_content .socialBtn {
  padding: 10px 10px 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sp_content .socialBtn {
    background: none;
  }
}
.sp_content .socialBtn ul {
  zoom: 1;
  margin: 0 0 0 auto;
}
.sp_content .socialBtn ul:before, .sp_content .socialBtn ul:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.sp_content .socialBtn ul:after {
  clear: both;
}
.sp_content .socialBtn li {
  display: block;
  float: left;
  overflow: hidden;
  height: 21px;
  margin-bottom: 10px;
}
.sp_content .socialBtn .ballon {
  position: relative;
  float: right;
  padding: 0 5px;
  display: block;
  border: 1px solid #CCC;
  margin-left: 7px;
  border-radius: 3px;
  color: #333;
  height: 18px;
  line-height: 18px;
  background-color: #FFF;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
}
.sp_content .socialBtn .ballon:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #AAA;
}
.sp_content .socialBtn .ballon:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #FFF;
}
.sp_content .socialBtn .ballon a, .sp_content .socialBtn .ballon a:hover, .sp_content .socialBtn .ballon a:visited {
  color: #000;
}
.sp_content .socialBtn .ballon a:hover {
  text-decoration: none;
  text-shadow: none;
}

/* SETTING
================================================================================ */
.sp_content {
  position: relative;
  color: #292929;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  background: url("../images/kv_bg.png") no-repeat top center;
  background-size: 100% auto;
}
.sp_content .sp_container {
  padding-left: 20px;
  padding-right: 20px;
}
.sp_content .sp_container + .sp_container {
  margin-top: 40px;
}
.sp_content .sp_container.__full {
  padding: 0;
}
.sp_content .full_wrapper {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sp_content .full_wrapper--umd {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .sp_content .sp_container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sp_content .sp_container + .sp_container {
    margin-top: 60px;
  }
  .sp_content .sp_container.__full {
    padding: 0;
  }
  .sp_content .full_wrapper, .sp_content .full_wrapper--md {
    padding: 0;
  }
  .sp_content .full_wrapper > *, .sp_content .full_wrapper--md > * {
    padding: 40px;
  }
  .sp_content .full_wrapper > *.full, .sp_content .full_wrapper--md > *.full {
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  .sp_content {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* HEADER
======================================== */
.sp_header {
  position: relative;
}
.sp_header > div {
  padding: 3vw 0 0 5vw;
  width: 100%;
}
.sp_header > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  transition: all 0.5s linear 0.1s;
}
.sp_header .catch {
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.4;
  transition: all 0.5s linear 0.1s;
}
.sp_header .catch span {
  background-image: linear-gradient(transparent 40%, rgba(219, 255, 0, 0.3) 40%, rgba(219, 255, 0, 0.3) 90%, transparent 90%);
}
.sp_header .catch strong {
  font-size: 1.1666666667em;
  font-weight: 700;
}
.sp_header .catch small {
  font-size: 0.8333333333em;
}
.sp_header h1 {
  font-size: 1.7142857143em;
  font-weight: 700;
  transition: all 0.5s linear 0.1s;
  width: 42%;
  min-width: 220px;
}
.sp_header h1 img {
  display: block;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .sp_header > img {
    margin-top: -11vw;
  }
  .sp_header .catch {
    font-size: 1.5em;
  }
  .sp_header h1 {
    height: auto;
    font-size: 3em;
  }
}
@media screen and (min-width: 1300px) {
  .sp_header > img {
    margin-top: -11vw;
  }
  .sp_header .catch {
    font-size: 2em;
  }
  .sp_header h1 {
    height: auto;
    font-size: 3.375em;
  }
}

/* Layout
======================================== */
div.grid1-2 > *,
section.grid1-2 > * {
  margin-top: 20px;
}
div.grid1-2 > *:first-child,
section.grid1-2 > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  div.grid1-2,
section.grid1-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.grid1-2 > *,
section.grid1-2 > * {
    flex-basis: calc(50% - 20px);
    margin-top: 40px;
  }
  div.grid1-2 > *:nth-child(-n+3),
section.grid1-2 > *:nth-child(-n+3) {
    margin-top: 0;
  }
}

figure.grid2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
figure.grid2 > * {
  flex-basis: calc(50% - 5px);
}
figure.grid2 > *:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  figure.grid2 > * {
    flex-basis: calc(50% - 8px);
  }
  figure.grid2 > *:nth-child(n+3) {
    margin-top: 16px;
  }
}
figure.grid2-s3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  figure.grid2-s3 > * {
    margin-right: 10px;
    flex-basis: calc(50% - 5px);
  }
  figure.grid2-s3 > *:nth-child(2n) {
    margin-right: 0;
  }
  figure.grid2-s3 > *:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 481px) {
  figure.grid2-s3 > * {
    margin-right: 16px;
    flex-basis: calc(33.33% - 10.667px);
  }
  figure.grid2-s3 > *:nth-child(3n) {
    margin-right: 0;
  }
  figure.grid2-s3 > *:nth-child(n+4) {
    margin-top: 16px;
  }
}

.fl-r {
  max-width: 53%;
  float: right;
  margin-left: 20px;
}

.fl-l {
  max-width: 53%;
  float: left;
  margin-right: 20px;
}

.figset {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.figset > div, .figset > p {
  flex-basis: calc(53% - 20px);
}
.figset > figure {
  flex-basis: 47%;
}
.figset.__reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .fl-r--md {
    max-width: 53%;
    float: right;
  }
  .fl-r--md:not(:first-child) {
    margin-top: 1em;
  }
  .fl-r--md:not(:last-child) {
    margin-bottom: 1em;
  }
  .fl-l--md {
    max-width: 53%;
    float: left;
  }
  .fl-l--md:not(:first-child) {
    margin-top: 1em;
  }
  .fl-l--md:not(:last-child) {
    margin-bottom: 1em;
  }
  [class*=fl-r] {
    margin-left: 40px;
  }
  [class*=fl-l] {
    margin-right: 40px;
  }
  .figset,
.figset--md {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .figset > div, .figset > p,
.figset--md > div,
.figset--md > p {
    flex-basis: calc(47% - 40px);
  }
  .figset > figure,
.figset--md > figure {
    flex-basis: 53%;
  }
  .figset.__reverse,
.figset--md.__reverse {
    flex-direction: row-reverse;
  }
}
/* PARTS
======================================== */
.sp_content-body p:not(:last-child), .sp_content-body ul:not(:last-child) {
  margin-bottom: 1em;
}
.sp_content-body figure:not(:first-child), .sp_content-body [class*=figset]:not(:first-child) {
  margin-top: 2em;
}
.sp_content-body figure:not(:last-child), .sp_content-body [class*=figset]:not(:last-child) {
  margin-bottom: 2em;
}

.section-title {
  position: relative;
  font-weight: 200;
  font-size: 1.4285714286em;
  line-height: 1.25;
  z-index: 1;
}
.section-title strong {
  font-weight: 700;
}
.section-title small {
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2em;
  }
}

.sp_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sp_movie > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sp_movie_container .sp_movie:not(:last-child) {
  margin-bottom: 20px;
}

.lead {
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-image: url("../images/wave_top.png"), url("../images/wave_bottom.png");
  background-color: #e3ebf3;
  background-size: 100% auto;
  padding-top: 11.5vw;
  padding-bottom: 14vw;
}

.gameimpr {
  margin-bottom: 40px;
}
.gameimpr .game-title {
  position: relative;
  font-size: 1.7142857143em;
  font-family: "Cairo", "Noto Sans JP", sans-serif;
  font-weight: 200;
  line-height: 1.2;
  margin: 0 0 0.6em;
  padding: 0;
  color: #58b7b3;
}
.gameimpr .game-title:before {
  content: "";
  display: block;
  width: 16%;
  border-top: 4px solid #58b7b3;
  top: 0;
  left: 0;
  margin-bottom: 0.6em;
}
.gameimpr figure {
  margin: 0.8em 0;
}
.gameimpr .impr-heading figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .gameimpr {
    margin-bottom: 90px;
  }
  .gameimpr .game-title {
    font-size: 3em;
  }
  .gameimpr .impr-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-right: -40px;
    margin-bottom: 40px;
  }
  .gameimpr .impr-heading > figure {
    flex-basis: 460px;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
  }
  .gameimpr .impr-heading > p {
    flex-basis: 37%;
    flex-grow: 1;
    padding-right: 40px;
  }
  .gameimpr .grid2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .gameimpr .impr-heading > figure {
    margin-top: -40px;
  }
  .gameimpr .impr-heading > p {
    padding-right: 60px;
  }
}

.sp_spec {
  line-height: 1.5;
  font-size: 0.8571428571em;
}
.sp_spec h4 {
  font-weight: 700;
  margin-top: 0.8em;
  margin-bottom: 0.2em;
}
.sp_spec dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp_spec dt,
.sp_spec dd {
  margin-bottom: 2px;
  padding: 0.2em 0.5em;
}
.sp_spec dt {
  background-color: #e3ebf3;
  font-weight: normal;
  flex-basis: 9em;
  position: relative;
  flex-grow: 0;
}
.sp_spec dt.title--l {
  flex-basis: 100%;
  text-align: center;
}
.sp_spec dt.title--l:after {
  position: relative;
  right: auto;
  margin-left: 0.2em;
}
.sp_spec dt.title--l + dd {
  flex-basis: 100%;
  margin-bottom: 0.6em;
}
.sp_spec dd {
  flex-basis: calc(100% - 9em);
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .sp_spec {
    font-size: 0.875em;
  }
  .sp_spec dt {
    flex-basis: 12em;
  }
  .sp_spec dd {
    flex-basis: calc(50% - 12em);
  }
  .sp_spec dd.data--l {
    flex-basis: calc(100% - 12em);
  }
}

.sp_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  line-height: 1.2;
  font-size: 2.2857142857em;
  font-weight: 200;
  padding: 1em 0;
  transition: all 0.3s;
  background-color: #30333f;
}
.sp_btn:link, .sp_btn:hover, .sp_btn:visited {
  color: #fff;
}
.sp_btn.--a {
  background-color: #723333;
}
.sp_btn .id {
  display: block;
  margin-bottom: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.5625em;
}
.sp_btn small {
  display: block;
  margin-top: 0.2em;
  font-size: 0.375em;
}
@media screen and (min-width: 768px) {
  .sp_btn {
    font-family: "Cairo", "Noto Sans JP", sans-serif;
    font-size: 2em;
  }
}
.sp_btn:hover {
  filter: brightness(110%);
}

#sec01 {
  padding-top: 0;
}
#sec01 .section-heading {
  border-bottom: 2px solid #e3ebf3;
  text-align: right;
  padding: 0 0 0.8em;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  #sec01 {
    margin-top: -60px;
  }
  #sec01 .section-heading {
    padding-bottom: 1em;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1080px) {
  #sec01 {
    margin-top: -90px;
  }
}

#sec02 {
  padding-top: 6vw;
  margin-bottom: 40px;
}
#sec02 .section-heading {
  position: relative;
  margin-bottom: 20px;
}
#sec02 .section-heading .section-title {
  text-align: right;
  margin-right: 20px;
}
#sec02 .section-heading img {
  margin-top: -1em;
  -o-object-fit: contain;
     object-fit: contain;
}
#sec02 .section-heading p {
  position: relative;
  padding: 1em;
  background-color: rgba(179, 255, 252, 0.4);
  margin: -20px 20px 0;
}
#sec02 .sp_container {
  position: relative;
}
#sec02 .sp_container::before {
  position: absolute;
  content: "";
  display: block;
  width: 40%;
  padding: 40% 0 0 0;
  background-color: rgba(227, 235, 243, 0.4);
  top: 40%;
  right: 40%;
  z-index: -1;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  #sec02 {
    margin-bottom: 60px;
  }
  #sec02 .section-heading {
    overflow: hidden;
    padding-bottom: 45vw;
    margin-bottom: 40px;
  }
  #sec02 .section-heading .section-title {
    margin-right: 40px;
  }
  #sec02 .section-heading img {
    display: block;
    position: absolute;
    right: 30%;
    bottom: 0;
    width: 78%;
    height: 48vw;
    margin-top: 0;
  }
  #sec02 .section-heading p {
    position: absolute;
    width: 30%;
    right: 40px;
    top: 30%;
    padding: 2em;
    margin: 0;
  }
  #sec02 .sp_container::before {
    width: 28%;
    padding: 28% 0 0 0;
    top: 34%;
    right: 36%;
  }
}
@media screen and (min-width: 1080px) {
  #sec02 img {
    width: auto;
  }
}
@media screen and (min-width: 1300px) {
  #sec02 .section-heading {
    margin-right: calc(50% - 540px);
    padding-bottom: 30vw;
  }
  #sec02 .section-heading .section-title {
    margin-right: 0;
  }
  #sec02 .section-heading img {
    width: auto;
    height: 32vw;
  }
  #sec02 .section-heading p {
    margin-right: 0;
  }
}

#sec3 {
  margin-bottom: 40px;
}
#sec3 .section-heading {
  margin-bottom: 20px;
}
#sec3 .section-heading img {
  margin-top: -20px;
}

/* FOOT
======================================== */
.sp_footer {
  padding: 2em;
}
.sp_footer p.copy {
  font-size: 0.8125em;
  color: #555;
  font-family: "Cairo", "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/* MARGIN PADDING */
.sp_content .mg-0 {
  margin: 0;
}
.sp_content .mg-05em {
  margin: 0.5em;
}
.sp_content .mg-1em {
  margin: 1em;
}
.sp_content .mg-s {
  margin: 20px;
}
.sp_content .mg-m {
  margin: 40px;
}
.sp_content .mg-l {
  margin: 70px;
}
.sp_content .mt-0 {
  margin-top: 0;
}
.sp_content .mt-05em {
  margin-top: 0.5em;
}
.sp_content .mt-1em {
  margin-top: 1em;
}
.sp_content .mt-s {
  margin-top: 20px;
}
.sp_content .mt-m {
  margin-top: 40px;
}
.sp_content .mt-l {
  margin-top: 70px;
}
.sp_content .mb-0 {
  margin-bottom: 0;
}
.sp_content .mb-05em {
  margin-bottom: 0.5em;
}
.sp_content .mb-1em {
  margin-bottom: 1em;
}
.sp_content .mb-s {
  margin-bottom: 20px;
}
.sp_content .mb-m {
  margin-bottom: 40px;
}
.sp_content .mb-l {
  margin-bottom: 70px;
}
.sp_content .ml-0 {
  margin-left: 0;
}
.sp_content .ml-05em {
  margin-left: 0.5em;
}
.sp_content .ml-1em {
  margin-left: 1em;
}
.sp_content .ml-s {
  margin-left: 20px;
}
.sp_content .ml-m {
  margin-left: 40px;
}
.sp_content .ml-l {
  margin-left: 70px;
}
.sp_content .mr-0 {
  margin-right: 0;
}
.sp_content .mr-05em {
  margin-right: 0.5em;
}
.sp_content .mr-1em {
  margin-right: 1em;
}
.sp_content .mr-s {
  margin-right: 20px;
}
.sp_content .mr-m {
  margin-right: 40px;
}
.sp_content .mr-l {
  margin-right: 70px;
}
.sp_content .pd-0 {
  padding: 0;
}
.sp_content .pd-05em {
  padding: 0.5em;
}
.sp_content .pd-1em {
  padding: 1em;
}
.sp_content .pd-s {
  padding: 20px;
}
.sp_content .pd-m {
  padding: 40px;
}
.sp_content .pd-l {
  padding: 70px;
}
.sp_content .pt-0 {
  padding-top: 0;
}
.sp_content .pt-05em {
  padding-top: 0.5em;
}
.sp_content .pt-1em {
  padding-top: 1em;
}
.sp_content .pt-s {
  padding-top: 20px;
}
.sp_content .pt-m {
  padding-top: 40px;
}
.sp_content .pt-l {
  padding-top: 70px;
}
.sp_content .pb-0 {
  padding-bottom: 0;
}
.sp_content .pb-05em {
  padding-bottom: 0.5em;
}
.sp_content .pb-1em {
  padding-bottom: 1em;
}
.sp_content .pb-s {
  padding-bottom: 20px;
}
.sp_content .pb-m {
  padding-bottom: 40px;
}
.sp_content .pb-l {
  padding-bottom: 70px;
}
.sp_content .pl-0 {
  padding-left: 0;
}
.sp_content .pl-05em {
  padding-left: 0.5em;
}
.sp_content .pl-1em {
  padding-left: 1em;
}
.sp_content .pl-s {
  padding-left: 20px;
}
.sp_content .pl-m {
  padding-left: 40px;
}
.sp_content .pl-l {
  padding-left: 70px;
}
.sp_content .pr-0 {
  padding-right: 0;
}
.sp_content .pr-05em {
  padding-right: 0.5em;
}
.sp_content .pr-1em {
  padding-right: 1em;
}
.sp_content .pr-s {
  padding-right: 20px;
}
.sp_content .pr-m {
  padding-right: 40px;
}
.sp_content .pr-l {
  padding-right: 70px;
}
@media screen and (min-width: 768px) {
  .sp_content .mg-0, .sp_content .mg-0--md {
    margin: 0;
  }
  .sp_content .mg-05em, .sp_content .mg-05em--md {
    margin: 0.5em;
  }
  .sp_content .mg-1em, .sp_content .mg-1em--md {
    margin: 1em;
  }
  .sp_content .mg-s, .sp_content .mg-s--md {
    margin: 40px;
  }
  .sp_content .mg-m, .sp_content .mg-m--md {
    margin: 60px;
  }
  .sp_content .mg-l, .sp_content .mg-l--md {
    margin: 90px;
  }
  .sp_content .mt-0, .sp_content .mt-0--md {
    margin-top: 0;
  }
  .sp_content .mt-05em, .sp_content .mt-05em--md {
    margin-top: 0.5em;
  }
  .sp_content .mt-1em, .sp_content .mt-1em--md {
    margin-top: 1em;
  }
  .sp_content .mt-s, .sp_content .mt-s--md {
    margin-top: 40px;
  }
  .sp_content .mt-m, .sp_content .mt-m--md {
    margin-top: 60px;
  }
  .sp_content .mt-l, .sp_content .mt-l--md {
    margin-top: 90px;
  }
  .sp_content .mb-0, .sp_content .mb-0--md {
    margin-bottom: 0;
  }
  .sp_content .mb-05em, .sp_content .mb-05em--md {
    margin-bottom: 0.5em;
  }
  .sp_content .mb-1em, .sp_content .mb-1em--md {
    margin-bottom: 1em;
  }
  .sp_content .mb-s, .sp_content .mb-s--md {
    margin-bottom: 40px;
  }
  .sp_content .mb-m, .sp_content .mb-m--md {
    margin-bottom: 60px;
  }
  .sp_content .mb-l, .sp_content .mb-l--md {
    margin-bottom: 90px;
  }
  .sp_content .ml-0, .sp_content .ml-0--md {
    margin-left: 0;
  }
  .sp_content .ml-05em, .sp_content .ml-05em--md {
    margin-left: 0.5em;
  }
  .sp_content .ml-1em, .sp_content .ml-1em--md {
    margin-left: 1em;
  }
  .sp_content .ml-s, .sp_content .ml-s--md {
    margin-left: 40px;
  }
  .sp_content .ml-m, .sp_content .ml-m--md {
    margin-left: 60px;
  }
  .sp_content .ml-l, .sp_content .ml-l--md {
    margin-left: 90px;
  }
  .sp_content .mr-0, .sp_content .mr-0--md {
    margin-right: 0;
  }
  .sp_content .mr-05em, .sp_content .mr-05em--md {
    margin-right: 0.5em;
  }
  .sp_content .mr-1em, .sp_content .mr-1em--md {
    margin-right: 1em;
  }
  .sp_content .mr-s, .sp_content .mr-s--md {
    margin-right: 40px;
  }
  .sp_content .mr-m, .sp_content .mr-m--md {
    margin-right: 60px;
  }
  .sp_content .mr-l, .sp_content .mr-l--md {
    margin-right: 90px;
  }
  .sp_content .pd-0, .sp_content .pd-0--md {
    padding: 0;
  }
  .sp_content .pd-05em, .sp_content .pd-05em--md {
    padding: 0.5em;
  }
  .sp_content .pd-1em, .sp_content .pd-1em--md {
    padding: 1em;
  }
  .sp_content .pd-s, .sp_content .pd-s--md {
    padding: 40px;
  }
  .sp_content .pd-m, .sp_content .pd-m--md {
    padding: 60px;
  }
  .sp_content .pd-l, .sp_content .pd-l--md {
    padding: 90px;
  }
  .sp_content .pt-0, .sp_content .pt-0--md {
    padding-top: 0;
  }
  .sp_content .pt-05em, .sp_content .pt-05em--md {
    padding-top: 0.5em;
  }
  .sp_content .pt-1em, .sp_content .pt-1em--md {
    padding-top: 1em;
  }
  .sp_content .pt-s, .sp_content .pt-s--md {
    padding-top: 40px;
  }
  .sp_content .pt-m, .sp_content .pt-m--md {
    padding-top: 60px;
  }
  .sp_content .pt-l, .sp_content .pt-l--md {
    padding-top: 90px;
  }
  .sp_content .pb-0, .sp_content .pb-0--md {
    padding-bottom: 0;
  }
  .sp_content .pb-05em, .sp_content .pb-05em--md {
    padding-bottom: 0.5em;
  }
  .sp_content .pb-1em, .sp_content .pb-1em--md {
    padding-bottom: 1em;
  }
  .sp_content .pb-s, .sp_content .pb-s--md {
    padding-bottom: 40px;
  }
  .sp_content .pb-m, .sp_content .pb-m--md {
    padding-bottom: 60px;
  }
  .sp_content .pb-l, .sp_content .pb-l--md {
    padding-bottom: 90px;
  }
  .sp_content .pl-0, .sp_content .pl-0--md {
    padding-left: 0;
  }
  .sp_content .pl-05em, .sp_content .pl-05em--md {
    padding-left: 0.5em;
  }
  .sp_content .pl-1em, .sp_content .pl-1em--md {
    padding-left: 1em;
  }
  .sp_content .pl-s, .sp_content .pl-s--md {
    padding-left: 40px;
  }
  .sp_content .pl-m, .sp_content .pl-m--md {
    padding-left: 60px;
  }
  .sp_content .pl-l, .sp_content .pl-l--md {
    padding-left: 90px;
  }
  .sp_content .pr-0, .sp_content .pr-0--md {
    padding-right: 0;
  }
  .sp_content .pr-05em, .sp_content .pr-05em--md {
    padding-right: 0.5em;
  }
  .sp_content .pr-1em, .sp_content .pr-1em--md {
    padding-right: 1em;
  }
  .sp_content .pr-s, .sp_content .pr-s--md {
    padding-right: 40px;
  }
  .sp_content .pr-m, .sp_content .pr-m--md {
    padding-right: 60px;
  }
  .sp_content .pr-l, .sp_content .pr-l--md {
    padding-right: 90px;
  }
}

/* BG */
.bgc-r {
  background-color: #ffd3ff;
}

.bgc-g {
  background-color: #b6ffe7;
}

.bgc-b {
  background-color: #a1d9ff;
}

.bgc-gray {
  background-color: #e3ebf3;
}

.bgc-bk {
  background-color: #30333f;
}

.bgc-wh {
  background-color: #fff;
}

/* TEXT */
.fs-m {
  font-size: 1.125em;
}

.fs-d {
  font-size: 1em;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .fs-m--umd {
    font-size: 1.1428571429em;
  }
  .fs-d--umd {
    font-size: 1em;
  }
  .align-center--umd {
    text-align: center;
  }
  .align-left--umd {
    text-align: left;
  }
  .align-right--umd {
    text-align: right;
  }
  .align-middle--umd {
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  .fs-m--xs {
    font-size: 1.1428571429em;
  }
  .fs-d--xs {
    font-size: 1em;
  }
  .align-center--xs {
    text-align: center;
  }
  .align-left--xs {
    text-align: left;
  }
  .align-right--xs {
    text-align: right;
  }
  .align-middle--xs {
    vertical-align: middle;
  }
}
/* 出しわけ */
@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .for-sp_s {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .for-sp_d {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .for-sp, .for-sp_d {
    display: none;
  }
}
.sp_header .pr {
  display: block;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  border: 1px solid #000;
  font-family: "Cairo", "Noto Sans JP", sans-serif;
  line-height: 1;
  padding: 0.3em 0.5em;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
@media screen and (min-width: 768px) {
  .sp_header .pr {
    font-size: 28px;
  }
}

@media screen and (max-width: 350px) {
  .sp_header > div {
    padding-top: 30px;
  }
}
.notebox {
  padding: 1.3em;
  background: #eee;
  margin: 3em auto;
}