@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;
  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 {
  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(: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 0deg / 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;
}
body.modal-open {
  overflow-y: hidden;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

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 {
  position: relative;
}
@media screen and (min-width: 1720px) {
  .mainvisual {
    background: url("../img/mv_bg.png") no-repeat center/cover;
    height: 813px;
    z-index: 1;
  }
}
.mainvisual .h_logo {
  position: absolute;
  top: 24px;
  left: 24px;
  max-width: 120px;
}
.mainvisual .h_logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1720px) {
  .mainvisual .mainvisual_img {
    width: 100%;
    max-width: 1720px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.mainvisual .mainvisual_img.mv_pc, .mainvisual .mainvisual_img.mv_sp {
  display: none;
}
@media screen and (max-width: 1719px) {
  .mainvisual .mv_sp {
    display: block !important;
  }
}
@media screen and (min-width: 1720px) {
  .mainvisual .mv_pc {
    display: block !important;
  }
}
.mainvisual .title_img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1280px;
  width: 80%;
  transform: translate(0, 37%);
}

section.title {
  padding: 160px 0 80px;
}
section.title .lead_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
section.title .lead_text {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
section.title .more {
  display: flex;
  justify-content: center;
}
section.title .note {
  text-align: center;
  margin-top: 40px;
}

section.character {
  padding: 80px 0;
  background-color: #ECF9FE;
}
section.character h2 {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 60px;
}
section.character h2 span {
  font-size: 16px;
}
section.character .thum_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
section.character .thum_list .thumbnail {
  width: calc((100% - 80px) / 3);
  padding: 20px 10px;
  background-color: #fff;
  list-style: none;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
section.character .thum_list .thumbnail .image {
  object-fit: contain;
  aspect-ratio: 16/9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.character .thum_list .thumbnail .image:hover {
  opacity: 0.8;
}
section.character .thum_list .thumbnail .text {
  padding: 20px 10px 10px;
}
section.character .thum_list .thumbnail .text h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #2D314A;
  margin-bottom: 10px;
}
section.character .thum_list .thumbnail .text dl dt {
  float: left;
}
section.character .thum_list .thumbnail .text dl dd {
  padding: 0 0 5px 90px;
  word-break: break-all;
}
section.character .thum_list .thumbnail .text dl dd a {
  cursor: pointer;
}
section.character .thum_list .thumbnail .text dl dd a:hover {
  text-decoration: underline;
}

.modal_contents {
  display: flex;
  gap: 60px;
}
.modal_contents .image {
  width: 50%;
}
.modal_contents .text {
  width: 50%;
}
.modal_contents .text h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #2D314A;
  margin-bottom: 10px;
}
.modal_contents .text dl dt {
  float: left;
}
.modal_contents .text dl dd {
  padding: 0 0 5px 90px;
  word-break: break-all;
}
.modal_contents .text .comment {
  background-color: #ECF9FE;
  padding: 15px 20px;
  margin-top: 20px;
}
.modal_contents .text .comment h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.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: #000;
  opacity: 0.3;
  cursor: pointer;
}
.character .modal .modal-body {
  width: 70%;
  height: auto;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.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: 2px 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%;
  object-fit: contain;
}
.character .modal .modal-body .splide__arrow {
  background: none;
}
.character .modal .modal-body .splide__arrow--next {
  right: -2.2em;
}
.character .modal .modal-body .splide__arrow--prev {
  left: -2.2em;
}
.character .modal .modal-body .splide__pagination {
  display: none;
}

section.banner {
  background: url("../img/banner_bg.png") no-repeat center/cover;
}
section.banner .image {
  max-width: 900px;
  padding: 50px 0;
  height: auto;
  margin: auto;
}

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%;
}

/* ***************************************************
 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 20px;
  }
  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 .h_logo {
    position: absolute;
    top: 5px;
    left: 10px;
    max-width: 80px;
  }
  .mainvisual .h_logo img {
    width: 100%;
    height: auto;
  }
  section.title {
    padding: 40px 0 60px;
  }
  section.title .lead_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  section.title .lead_text {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
  }
  section.title .note {
    text-align: left;
    margin-top: 40px;
  }
  section.character {
    padding: 60px 0;
    background-color: #ECF9FE;
  }
  section.character h2 {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  section.character h2 span {
    font-size: 16px;
  }
  section.character .thum_list {
    display: block;
  }
  section.character .thum_list .thumbnail {
    width: 100%;
    margin-bottom: 40px;
  }
  section.character .thum_list .thumbnail .text {
    padding: 20px 10px 10px;
  }
  section.character .thum_list .thumbnail .text h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #2D314A;
    margin-bottom: 10px;
  }
  section.character .thum_list .thumbnail .text dl dt {
    float: left;
  }
  section.character .thum_list .thumbnail .text dl dd {
    padding: 0 0 5px 90px;
    word-break: break-all;
  }
  .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: 1vw;
    right: 1vw;
    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;
    cursor: pointer;
  }
  .character .modal .modal-body {
    width: 80%;
    height: 80%;
    background-color: #fff;
    padding: 20px;
  }
  .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%;
    overflow: scroll;
  }
  .character .modal .modal-body .splide__slide h3 {
    border-bottom: 2px 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%;
    object-fit: contain;
  }
  .character .modal .modal-body .splide__arrow {
    background: none;
  }
  .character .modal .modal-body .splide__arrow--next {
    right: -3.5em;
  }
  .character .modal .modal-body .splide__arrow--prev {
    left: -3.5em;
  }
  .character .modal .modal-body .splide__pagination {
    display: none;
  }
  .modal_contents {
    display: block;
  }
  .modal_contents .image {
    width: 100%;
    margin-bottom: 20px;
  }
  .modal_contents .text {
    width: 100%;
  }
  .modal_contents .text h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #2D314A;
    margin-bottom: 10px;
  }
  .modal_contents .text dl {
    margin-bottom: 20px;
  }
  .modal_contents .text dl dt {
    float: left;
  }
  .modal_contents .text dl dd {
    padding: 0 0 10px 90px;
    word-break: break-all;
  }
  .modal_contents .text .comment {
    margin-top: 0px;
    padding: 15px;
  }
  .modal_contents .text .comment h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .modal_contents .text .comment p {
    font-size: 15px;
  }
  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 */