@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/**
 * uaplus.css version 0.0.1
 */
*,
*::after,
*::before {
  box-sizing: border-box;
}

:focus-visible {
  outline-offset: 3px;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

:where(html) {
  line-height: 1.5;
}

:where(html) {
  scrollbar-gutter: stable;
}

:where(h1) {
  font-size: 2em;
  margin-block: 0.67em;
}

:where(abbr[title]) {
  cursor: help;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

@media (forced-colors: active) {
  mark {
    color: HighlightText;
    background-color: Highlight;
  }
}
:where(del, ins, s)::before,
:where(del, ins, s)::after {
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  content: "test";
}

:where(s)::before {
  content: "stricken text start ";
}

:where(s)::after {
  content: " stricken text end";
}

:where(del)::before {
  content: "deletion start ";
}

:where(del)::after {
  content: " deletion end";
}

:where(ins)::before {
  content: "insertion start ";
}

:where(ins)::after {
  content: " insertion end";
}

:where(audio, iframe, img, svg, video) {
  max-block-size: 100%;
  max-inline-size: 100%;
}

:where(fieldset) {
  min-inline-size: 0;
}

:where(label):has(+ :where(textarea, input, select)) {
  display: block;
}

:where(textarea:not([rows])) {
  min-block-size: 6em;
}

:where(button, input, select, textarea) {
  font-family: inherit;
  font-size: inherit;
}

:where([type=search]) {
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where([type=search]) {
    border: 1px solid -apple-system-secondary-label;
    background-color: canvas;
  }
}
:where([type=tel], [type=url], [type=email], [type=number]):not(:-moz-placeholder-shown) {
  direction: ltr;
}
:where([type=tel], [type=url], [type=email], [type=number]):not(:placeholder-shown) {
  direction: ltr;
}

:where(table) {
  border-collapse: collapse;
  border: 1px solid;
}

:where(th, td) {
  border: 1px solid;
  padding: 0.25em 0.5em;
}

:where(dialog)::backdrop {
  background: oklch(0% 0 0/0.3);
}

:where(dialog),
:where(dialog)::backdrop {
  opacity: 0;
  transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete;
}

:where(dialog[open]),
:where(dialog[open])::backdrop {
  opacity: 1;
}

@starting-style {
  :where(dialog[open]),
  :where(dialog[open])::backdrop {
    opacity: 0;
  }
}
[hidden]:not([hidden=until-found]) {
  display: none !important;
}

/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  margin: 0;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  color: #2a2a2a;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  line-height: 1.4;
}

a {
  color: #2a2a2a;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

ul,
dl {
  padding: 0;
}

li,
dt,
dd {
  margin: 0px;
  padding: 0px;
}

table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

hr {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table {
  width: 100%;
  margin: 0 auto 1.5em;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
  border: 1px solid #CCC;
}

th {
  white-space: nowrap;
  background-color: #EEE;
  font-weight: normal;
}

.sp-only {
  display: none;
}

body {
  line-height: 1.6;
  font-size: 16px;
  color: #2D314A;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}

h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}
h2 span {
  font-size: 24px;
  display: block;
  font-weight: bold;
}

h3 {
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.pink_text {
  color: #FB25A7;
}

table {
  table-layout: fixed;
  word-break: break-all;
}

ul.disc {
  list-style: disc;
  list-style-position: inside;
}
ul.liststyle_none {
  list-style: none;
}

.more {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}
.more a {
  width: 100%;
  max-width: 320px;
  display: block;
  padding: 10px;
  position: relative;
  border-radius: 30px;
  border: 1px solid #2D314A;
  text-align: center;
  transition: 0.3s;
}
.more a span {
  position: relative;
  padding-right: 1.2em;
}
.more a span.triangle::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid #2D314A;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 0 solid transparent;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.more a span.external::after {
  content: "";
  display: inline-block;
  background: url("../img/external_icon.png") no-repeat center/contain;
  width: 14px;
  height: 14px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(-1px);
  transition: 0.3s;
}
.more a:hover {
  color: #fff;
  background-color: #2D314A;
}
.more a:hover span.triangle::after {
  border-top: 9px solid #fff;
}
.more a:hover span.external::after {
  background: url("../img/external_icon_white.png") no-repeat center/contain;
}

.mainvisual {
  background: url("../img/mainvisual_bg.png") no-repeat center/cover;
  height: 760px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.mainvisual .h_logo {
  position: absolute;
  top: 24px;
  left: 24px;
  max-width: 120px;
}
.mainvisual .h_logo img {
  width: 100%;
  height: auto;
}
.mainvisual .mainvisual_img {
  width: 100%;
  max-width: 1120px;
  margin: auto;
  position: absolute;
  bottom: 28%;
  left: 0;
  right: 0;
  margin: auto;
}
.mainvisual .maincopy {
  height: 300px;
  background: url("../img/mainvisual_bg02.png") no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.mainvisual .maincopy img {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: 60px;
}

section {
  padding: 80px 0;
}

.movie {
  background: url("../img/movie_bg.png") no-repeat center/cover;
}
.movie .text_attention {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
.movie .youtube_movie {
  max-width: 800px;
  margin: auto;
}
.movie .youtube_movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.about {
  background-color: #ECF9FE;
}
.about .about_box {
  background-color: #fff;
  position: relative;
  border-radius: 32px;
  padding: 60px 40px;
  margin: 70px 0 70px;
  font-weight: bold;
}
.about .about_box:last-of-type {
  margin-bottom: 0;
}
.about .about_box h3 {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.about .about_box h3 img {
  max-width: 320px;
  height: auto;
}
.about ul {
  font-weight: bold;
  margin: 0;
}
.about ul li {
  margin-bottom: 4px;
}
.about ul li small {
  display: block;
  padding-left: 22px;
}
.about dl {
  margin: 0 0 20px;
}
.about dl dt {
  display: inline-block;
  color: #fff;
  background-color: #2D314A;
  padding: 5px 20px;
  border-radius: 40px;
  float: left;
  height: 36px;
}
.about dl dd {
  margin-bottom: 10px;
  line-height: 36px;
  padding-left: 120px;
  font-size: 20px;
}

.character {
  background: url("../img/mainvisual_bg.png") no-repeat center/cover;
}
.character .thumbnails {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px 10px;
}
.character .thumbnails .thumbnail {
  display: flex;
  width: 100%;
  cursor: pointer;
}
.character .thumbnails .thumbnail:hover img {
  opacity: 0.7;
}
.character .thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.15s;
}
.character .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: 0.15s;
  z-index: 99;
}
.character .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.character .modal .close {
  position: absolute;
  top: 3vw;
  right: 3vw;
  z-index: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.character .modal .close::before {
  content: "×";
  font-size: 3rem;
}
.character .modal .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  opacity: 0.7;
  cursor: pointer;
}
.character .modal .modal-body {
  width: 50%;
  height: 80%;
  background-color: #fff;
  padding: 40px;
  box-shadow: 1px 1px 8px -5px #2D314A;
}
.character .modal .modal-body .splide {
  width: 100%;
  height: 100%;
}
.character .modal .modal-body .splide__track {
  width: 100%;
  height: 100%;
}
.character .modal .modal-body .splide__slide {
  width: 100%;
  height: 100%;
}
.character .modal .modal-body .splide__slide h3 {
  border-bottom: 4px solid #2D314A;
  padding-bottom: 5px;
}
.character .modal .modal-body .splide__slide .slide_img {
  display: flex;
  align-items: center;
  height: 90%;
}
.character .modal .modal-body .splide__slide .slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.character .modal .modal-body .splide__arrow {
  background: none;
}
.character .modal .modal-body .splide__arrow--next {
  right: -1em;
}
.character .modal .modal-body .splide__arrow--prev {
  left: -1em;
}
.character .modal .modal-body .splide__pagination {
  display: none;
}

.prize {
  background: #FFF7EB;
}
.prize p {
  text-align: center;
}
.prize p:not([class]) {
  font-size: 20px;
}

.howto .step_box {
  border: 3px solid #43D4E4;
  border-radius: 16px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  padding: 30px 60px;
  position: relative;
}
.howto .step_box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #43D4E4;
}
.howto .step_box:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid #fff;
}
.howto .step_box:not(:last-of-type):before {
  content: none;
}
.howto .step_box:not(:last-of-type):after {
  content: none;
}
.howto .step_box .step_img {
  width: 120px;
  padding-right: 40px;
}
.howto .step_box .step_text {
  width: calc(100% - 120px);
  padding-left: 60px;
  border-left: 3px solid #43D4E4;
}
.howto .step_box .step_text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.terms {
  background-color: #ECF9FE;
}
.terms .readmore {
  position: relative;
  padding: 0px 0px 75px;
}
.terms .readmore_content {
  position: relative;
  height: 350px;
  transition: all 0.4s;
  overflow: hidden;
}
.terms .readmore_content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  transition: all 0.4s;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}
.terms .readmore_content.is_open:before {
  display: none;
}
.terms .readmore .more {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 320px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  transition: all 0.4s;
}
.terms table {
  border-color: #ddd;
}
.terms table thead tr {
  background-color: #2D314A;
  color: #fff;
}
.terms table tbody tr {
  background-color: #fff;
}
.terms table tbody tr:nth-child(even) {
  background-color: #F7FAFC;
}
.terms table a {
  color: #0066CC;
}

.qa {
  /* 必須 */
}
.qa .accordion_content {
  display: none;
}
.qa .accordion_header {
  background-color: #D7FBFF;
  padding: 24px 40px;
  margin: 32px 0 0;
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
  line-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 1px 8px -5px #2D314A;
}
.qa .accordion_header.active {
  border-radius: 0;
}
.qa .accordion_header::before,
.qa .accordion_header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #43D4E4;
}
.qa .accordion_header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.qa .accordion_header.active::after {
  transform: rotate(0deg);
}
.qa .accordion_content {
  background-color: #FFF;
  padding: 24px 40px;
  line-height: 40px;
  box-shadow: 1px 1px 8px -5px #2D314A;
  border-radius: 0 0 8px 8px;
}
.qa .accordion_header span,
.qa .accordion_content span {
  padding-left: 40px;
  position: relative;
  display: inline-block;
}
.qa .accordion_header span::before {
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  color: #43D4E4;
  font-size: 28px;
  font-weight: bold;
  padding-right: 20px;
  line-height: 40px;
}
.qa .accordion_content span::before {
  position: absolute;
  content: "A";
  top: 0;
  left: 0;
  color: #2D314A;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}

.form {
  background: url("../img/mainvisual_bg.png") no-repeat center/cover;
}
.form .form_contents {
  background: #fff;
  padding: 50px 80px;
  border-radius: 16px;
}

footer {
  padding: 80px 0;
}
footer .f_logo {
  width: 200px;
  margin-right: 40px;
}
footer .pc_flex {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2D314A;
}
footer .copyright {
  margin-top: 30px;
}

.pagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 5%;
  right: 5%;
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop img {
  width: 100%;
  height: 100%;
}

#form .form_title {
  margin-bottom: 30px;
}
#form .form_title p {
  margin-bottom: 7px;
  font-weight: bold;
}
#form .form_title p span {
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 5px;
  margin-left: 10px;
  color: #fff;
}
#form .form_title p .require {
  background-color: #F6455C;
}
#form .form_title p .any {
  background-color: #8D8D8D;
}
#form .form_title p a {
  text-decoration: underline;
}
#form input {
  background-color: #EFEFEF;
  border: none;
  border-radius: 8px;
}
#form input[type=text] {
  width: 100%;
  padding: 5px;
}
#form .scroll_box {
  background-color: #EFEFEF;
  padding: 25px 20px;
  border-radius: 8px;
}
#form .button {
  text-align: center;
}
#form .button input[type=submit] {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 40px;
  height: 50px;
  background-image: linear-gradient(115deg, rgb(255, 128, 204), rgb(172, 146, 234) 50%, rgb(67, 212, 228));
  cursor: pointer;
}
#form .button input[type=submit]:hover {
  opacity: 0.8;
}
#form .error {
  color: #cc0101;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .pc {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  body {
    line-height: 1.6;
    font-size: 16px;
  }
  .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
  }
  h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
  }
  h2 span {
    font-size: 18px;
    display: block;
    font-weight: bold;
  }
  h3 {
    font-size: 18px;
  }
  table {
    table-layout: fixed;
    word-break: break-all;
  }
  ul.disc {
    list-style: disc;
    list-style-position: inside;
  }
  ul.liststyle_none {
    list-style: none;
  }
  .more {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
  }
  .more a {
    width: 100%;
    max-width: 320px;
    display: block;
    padding: 10px;
    position: relative;
    border-radius: 30px;
    border: 1px solid #2D314A;
    text-align: center;
    transition: 0.3s;
  }
  .more a span {
    position: relative;
    padding-right: 1.2em;
  }
  .more a span.triangle::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid #2D314A;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0 solid transparent;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  .more a span.external::after {
    content: "";
    display: inline-block;
    background: url("../img/external_icon.png") no-repeat center/contain;
    width: 14px;
    height: 14px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(-1px);
    transition: 0.3s;
  }
  .more a:hover {
    color: #fff;
    background-color: #2D314A;
  }
  .more a:hover span.triangle::after {
    border-top: 9px solid #fff;
  }
  .more a:hover span.external::after {
    background: url("../img/external_icon_white.png") no-repeat center/contain;
  }
  .mainvisual {
    height: auto;
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .mainvisual .h_logo {
    position: absolute;
    top: 12px;
    left: 24px;
    max-width: 20%;
    display: none;
  }
  .mainvisual .h_logo img {
    width: 100%;
    height: auto;
  }
  .mainvisual .mainvisual_img {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    position: absolute;
    bottom: 22%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mainvisual .maincopy {
    height: 100px;
    background: url("../img/mainvisual_bg02.png") no-repeat center/cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .mainvisual .maincopy img {
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin-top: 0;
  }
  .mainvisual h1 {
    margin-bottom: 0;
  }
  section {
    padding: 60px 0;
  }
  .movie {
    background: url("../img/movie_bg.png") no-repeat center/cover;
    padding-top: 40px;
  }
  .movie .text_attention {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
  }
  .movie .youtube_movie {
    max-width: 800px;
    margin: auto;
  }
  .movie .youtube_movie iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
  .about {
    background-color: #ECF9FE;
  }
  .about .about_box {
    background-color: #fff;
    position: relative;
    border-radius: 18px;
    padding: 60px 20px;
    margin: 70px 0 70px;
    font-weight: bold;
  }
  .about .about_box h3 {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .about .about_box h3 img {
    max-width: 200px;
    height: auto;
  }
  .about ul {
    font-weight: bold;
  }
  .about ul li {
    margin-bottom: 4px;
  }
  .about ul li small {
    display: block;
    padding-left: 22px;
  }
  .about dl {
    margin: 0 0 20px;
  }
  .about dl dt {
    display: inline-block;
    color: #fff;
    background-color: #2D314A;
    padding: 5px 20px;
    border-radius: 40px;
    float: none;
    height: 36px;
    font-size: 14px;
  }
  .about dl dd {
    margin-bottom: 15px;
    line-height: 36px;
    padding-left: 0;
    font-size: 16px;
  }
  .character {
    background: url("../img/mainvisual_bg.png") no-repeat center/cover;
  }
  .character .thumbnails {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 10px;
  }
  .character .thumbnails .thumbnail {
    display: flex;
    width: 100%;
    cursor: pointer;
  }
  .character .thumbnails .thumbnail:hover img {
    opacity: 0.7;
  }
  .character .thumbnails .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transition: 0.15s;
  }
  .character .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: 0.15s;
    z-index: 99;
  }
  .character .modal.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .character .modal .close {
    position: absolute;
    top: 3vw;
    right: 3vw;
    z-index: 1;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .character .modal .close::before {
    content: "×";
    font-size: 3rem;
  }
  .character .modal .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fff;
    opacity: 0.7;
    cursor: pointer;
  }
  .character .modal .modal-body {
    width: 80%;
    height: 60%;
    background-color: #fff;
    padding: 40px;
  }
  .character .modal .modal-body .splide {
    width: 100%;
    height: 100%;
  }
  .character .modal .modal-body .splide__track {
    width: 100%;
    height: 100%;
  }
  .character .modal .modal-body .splide__slide {
    width: 100%;
    height: 100%;
  }
  .character .modal .modal-body .splide__slide h3 {
    border-bottom: 4px solid #2D314A;
    padding-bottom: 5px;
  }
  .character .modal .modal-body .splide__slide .slide_img {
    display: flex;
    align-items: center;
    height: 90%;
  }
  .character .modal .modal-body .splide__slide .slide_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .character .modal .modal-body .splide__arrow {
    background: none;
  }
  .character .modal .modal-body .splide__arrow--next {
    right: -1em;
  }
  .character .modal .modal-body .splide__arrow--prev {
    left: -1em;
  }
  .character .modal .modal-body .splide__pagination {
    display: none;
  }
  .prize {
    background: #FFF7EB;
  }
  .prize p {
    text-align: center;
  }
  .prize p:not([class]) {
    font-size: 16px;
  }
  .howto .step_box {
    border: 3px solid #43D4E4;
    border-radius: 16px;
    margin-bottom: 60px;
    display: block;
    align-items: center;
    padding: 30px 20px;
    position: relative;
  }
  .howto .step_box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #43D4E4;
  }
  .howto .step_box:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -16px;
    border: 16px solid transparent;
    border-top: 16px solid #fff;
  }
  .howto .step_box .step_img {
    width: 100%;
    max-width: 60px;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
  }
  .howto .step_box .step_text {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .howto .step_box .step_text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .terms {
    background-color: #ECF9FE;
  }
  .terms .readmore {
    position: relative;
    padding: 0px 0px 75px;
  }
  .terms .readmore_content {
    position: relative;
    height: 350px;
    transition: all 0.4s;
    overflow: hidden;
  }
  .terms .readmore_content::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    transition: all 0.4s;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  }
  .terms .readmore_content.is_open:before {
    display: none;
  }
  .terms .readmore .more {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0px;
    margin: 0 auto;
    width: 320px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
    transition: all 0.4s;
  }
  .terms table {
    border-color: #ddd;
  }
  .terms table thead tr {
    background-color: #2D314A;
    color: #fff;
  }
  .terms table tbody tr {
    background-color: #fff;
  }
  .terms table tbody tr:nth-child(even) {
    background-color: #F7FAFC;
  }
  .terms table a {
    color: #0066CC;
  }
  .qa {
    /* 必須 */
  }
  .qa .accordion_content {
    display: none;
  }
  .qa .accordion_header {
    background-color: #D7FBFF;
    padding: 10px 44px 10px 20px;
    margin: 32px 0 0;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 1px 1px 8px -5px #2D314A;
  }
  .qa .accordion_header.active {
    border-radius: 0;
  }
  .qa .accordion_header::before,
  .qa .accordion_header::after {
    position: absolute;
    content: "";
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 15px;
    height: 2px;
    margin: auto;
    background: #43D4E4;
  }
  .qa .accordion_header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }
  .qa .accordion_header.active::after {
    transform: rotate(0deg);
  }
  .qa .accordion_content {
    background-color: #FFF;
    padding: 10px 40px 10px 20px;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 1px 1px 8px -5px #2D314A;
    border-radius: 0 0 8px 8px;
  }
  .qa .accordion_header span,
  .qa .accordion_content span {
    padding-left: 40px;
    position: relative;
    display: inline-block;
  }
  .qa .accordion_header span::before {
    position: absolute;
    content: "Q";
    top: 0;
    left: 0;
    color: #43D4E4;
    font-size: 20px;
    font-weight: bold;
    padding-right: 20px;
    line-height: 36px;
  }
  .qa .accordion_content span::before {
    position: absolute;
    content: "A";
    top: 0;
    left: 0;
    color: #2D314A;
    font-size: 20px;
    font-weight: bold;
    padding-right: 20px;
    line-height: 36px;
  }
  .form {
    background: url("../img/mainvisual_bg.png") no-repeat center/cover;
  }
  .form .form_contents {
    background: #fff;
    padding: 50px 20px;
    border-radius: 16px;
  }
  footer {
    padding: 80px 0;
  }
  footer .f_logo {
    width: 130px;
    margin-right: 20px;
  }
  footer .pc_flex {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #2D314A;
  }
  footer .sns {
    width: 24px;
    height: auto;
  }
  footer .copyright {
    margin-top: 30px;
  }
  .pagetop {
    width: 40px;
    height: 40px;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .sp {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */